View difference between Paste ID: kyNbTx1T and hczBgm6k
SHOW: | | - or go back to the newest paste.
1
Let's make a game!
2
	-Wall Destroyer
3
	-by Tellurium
4
	-created on 04/21/2014
5
	-last updated on 12/27/2014
6
	-version 2.3.4
7
8
Settings :
9-
	-prices increase by 110%
9+
	-prices increase by 101%
10
	-selling gives back 75%
11
	-resources are hidden by default
12
	-clickables are hidden by default
13
	-buildings are hidden by default
14
	-upgrades are hidden by default
15
	-achievements are hidden by default
16
	-show log
17
	-custom stylesheet : http://pastebin.com/raw.php?i=SmpN3DnR
18
	-text color : black
19
	-fonts : Kavoon
20
	-boxes : main (resources, clickables); stats (achievements); store (upgrades, buildings)
21
22
Resources :
23
24
	*money
25
        -named cash
26
        -visible
27
 
28
        *totalMoney
29
        -named damage
30
        -visible
31
        -classed veryimportantresource
32
 
33
        *bricks
34
        -named brick|bricks
35
        -visible
36
        -classed veryimportantresource
37
 
38
        *fourthWallMatter
39
        -named fourth wall bricks
40
        -classed veryimportantresource
41
 
42
        *spaceBricks
43
        -named space bricks
44
        -classed importantresource
45
        *timeBricks
46
        -named time bricks
47
        -classed importantresource
48
        *endBricks
49
        -named End bricks
50
        -classed importantresource
51
        *finalityBricks
52
        -named Finality Bricks
53
        -classed importantresource
54
 
55
        *menuItem2
56
        -displayed as ─────────────Stats─────────────
57
        -classed importantresource
58
        -visible
59
 
60
        *totalBricks
61
        -named total bricks
62
        *handBricks
63
        -named hand made bricks
64
 
65
        *total4thWallMatter
66
        -named total fourth wall bricks
67
 
68
        *damageDivider1
69
        -displayed as ────────────────────
70
        -visible
71
 
72
        *handDamage
73
        -named hand damage
74
 
75
        *puncherDamage
76
        -named puncher damage
77
        *clubberDamage
78
        -named clubber damage
79
        *swordsmanDamage
80
        -named swordsman damage
81
        *gunnerDamage
82
        -named gunshooter damage
83
        *grenadeDamage
84
        -named grenademan damage
85
        *wreckingBallDamage
86
        -named wrecking ball damage
87
        *bulldozerDamage
88
        -named bulldozer damage
89
        *airstrikeDamage
90
        -named airstrike caller damage
91
        *necromancerDamage
92
        -named necromancer damage
93
        *giantDamage
94
        -named titan damage
95
        *demonDamage
96
        -named demon damnage
97
        *compromiserDamage
98
        -named reality compromiser damage
99
        *lastDamage
100-
        -named black obliterator damage
100+
        -named Black obliterator damage
101
 
102
        *damageDivider2
103
        -displayed as ────────────────────
104
        -visible
105
 
106
        *timeUpgradeResource13
107
        -named random bonus punching point|random bonus punching points
108
        *timeUpgradeResource14
109
        -named random bonus melee point|random bonus melee points
110
        *timeUpgradeResource15
111
        -named random bonus ranged point|random bonus ranged points
112
        *timeUpgradeResource16
113
        -named random bonus heavy point|random bonus heavy points
114
        *timeUpgradeResource17
115
        -named random bonus magic point|random bonus magic points
116
        *timeUpgradeResource18
117
        -named random bonus brick point|random bonus brick points
118
		*timeUpgradeResource21
119
        -named random bonus dream point|random bonus dream points
120
 
121
        *divider3
122
        -displayed as ────────────────────
123
        -visible
124
125
        *wallsDestroyed
126
        -named wall destroyed|walls destroyed
127
		*totalWalls
128
		-named total walls destroyed
129
 
130
        *building
131
        -displayed as Buildings: %a
132
        -visible
133
 
134
        *timeSinceReset
135
        -displayed as Last reset: %a minutes ago
136
        *timePlayed
137
        -displayed as Total minutes played: %a
138
        -visible
139
 
140
        *menuItem3
141
        -displayed as ────────────Prestige────────────
142
        -classed importantresource
143
        -visible
144
 
145
		*prePrestige
146
		-named cosmic knowledge
147
        *goldBricks
148
        -named boss brick|boss bricks
149
        *winBricks
150
        -named pure brick
151
 
152
        *divider4
153
        -displayed as ────────────────────
154
        -visible
155
 
156
        *prestige
157
        -named future knowledge capsules
158
        *timesWon
159
        -named boss point|boss points
160
        *timesActuallyWon
161
        -named true victory point|true victory points
162
 
163
        *resetTimes
164
        -named times reset
165
        -displayed as Times reset: %a
166
 
167
        *menuItem4
168
        -displayed as ─────────────Info─────────────
169
        -classed importantresource
170
        -visible
171
 
172
        *upgradeAmount
173
        -displayed as Total upgrades in the game: 477
174
        -visible
175
        *achievementAmount
176
        -displayed as Total achievements in the game: 194
177
        -visible
178
 
179
        *versionNumber
180
        -visible
181
        -displayed as Version 2.3.4
182
 
183
	//abstract stuff
184
185
	*wallRequirement
186
	-abstract
187
	-starts at 1
188
189
	*bonusBossBrick
190
	-abstract
191
	*spaceBossBrick
192
	-abstract
193
	*timeBossBrick
194
	-abstract
195
	*endBossBrick
196
	-abstract
197
	*bonusBossPoint
198
	-abstract
199
	*spaceBossPoint
200
	-abstract
201
	*timeBossPoint
202
	-abstract
203
	*endBossPoint
204
	-abstract
205
 
206
        *timeUpgradeResource2
207
        -abstract
208
        *timeUpgradeResource3
209
        -abstract
210
        *timeUpgradeResource4
211
        -abstract
212
        *timeUpgradeResource5
213
        -abstract
214
        *timeUpgradeResource6
215
        -abstract
216
        *timeUpgradeResource7
217
        -abstract
218
        *timeUpgradeResource8
219
        -abstract
220
        *timeUpgradeResource9
221
        -abstract
222
        *timeUpgradeResource10
223
        -abstract
224
        *timeUpgradeResource11
225
        -abstract
226
        *timeUpgradeResource12
227
        -abstract
228
       
229
        *timeUpgradeResource19
230
        -abstract
231
        *timeUpgradeResource20
232
        -abstract
233
 
234
        *nothing
235
        -abstract
236
 
237
        *never
238
        -abstract
239
        //just don't
240
241
Clickables :
242
	*hitWall
243
	-gives 1 money
244
	-gives 1 totalMoney
245
	-gives 1 handDamage
246
	-visible
247
	-named Punch wall
248
	-picture : http://i.imgur.com/108BtPH.png
249
250
	*makeBricks
251
	-gives 1 bricks
252
	-gives 1 totalBricks
253
	-gives 1 handBricks
254
	-named Create Bricks
255
	-picture : http://i.imgur.com/Tdh80P1.png
256
257
	*reset
258
	-converts prePrestige to prestige
259
	-converts goldBricks to timesWon
260
	-converts bonusBossBrick to bonusBossPoint
261
	-converts spaceBossBrick to spaceBossPoint
262
	-converts timeBossBrick to timeBossPoint
263
	-converts endBossBrick to endBossPoint
264
	-converts winBricks to timesActuallyWon
265
	-gives 1 resetTimes
266
	-locks destroyBigWall
267
	-locks destroyHugeWall
268
	-locks destroyMassiveWall
269
	-locks destroyFinalWall
270
	-locks destroyBonusWall
271
	-locks destroyBonusWall2
272
	-locks destroyBonusWall3
273
	-locks destroyBonusWall4
274
	-locks destroyBonusWall5
275
	-locks destroyBonusWall6
276
	-locks destroyBonusWall7
277
	-locks destroyBonusWall8
278
	-locks destroyBonusWall9
279
	-locks destroyBonusWall10
280
	-locks destroyBonusWall11
281
	-locks destroyBonusWall12
282
	-locks destroyBonusWall13
283
	-locks destroyBonusWall14
284
	-locks destroyBonusWall15
285
	-locks destroyBonusWall16
286
	-locks destroyBonusWall17
287
	-locks destroyBonusWall18
288
	-locks destroyBonusWall19
289
	-locks destroyBonusWall20
290
	-locks destroyBonusWall21
291
	-locks destroyBonusWall22
292
	-locks destroyBonusWall23
293
	-locks destroyBonusWall24
294
	-locks destroyBonusWall25
295
	-locks destroyBonusWall26
296
	-locks destroyBonusWall27
297
	-locks destroyBonusWall28
298
	-locks destroyBonusWall29
299
	-locks destroyBonusWall30
300
	-locks destroyBonusWall31
301
	-locks destroyBonusWall32
302
	-locks destroyBonusWall33
303
	-locks destroyBonusWall34
304
	-locks destroyBonusWall35
305
	-locks destroyBonusWall36
306
	-locks destroyBonusWall37
307
	-locks destroyBonusWall38
308
	-locks destroyBonusWall39
309
	-locks destroyBonusWall40
310
	-locks destroyBonusWall41
311
	-locks destroyBonusWall42
312
	-locks destroyBonusWall43
313
	-locks destroyBonusWall44
314
	-locks destroyBonusWall45
315
	-unlocks destroyWall
316
	-locks resetUnlock
317
	-locks reset
318
	-locks finalWallUnlock
319
	-locks lastBuilding
320
	-converts building to nothing
321
	-converts puncher to nothing
322
	-converts clubber to nothing
323
	-converts swordsman to nothing
324
	-converts gunner to nothing
325
	-converts grenade to nothing
326
	-converts wreckingBall to nothing
327
	-converts bulldozer to nothing
328
	-converts airstrike to nothing
329
	-converts necromancer to nothing
330
	-converts giant to nothing
331
	-converts brickFactory to nothing
332
	-converts demon to nothing
333
	-converts compromiser to nothing
334
	-converts lastBuilding to nothing
335
	-converts money to nothing
336
	-converts totalMoney to nothing
337
	-converts handDamage to nothing
338
	-converts puncherDamage to nothing
339
	-converts clubberDamage to nothing
340
	-converts swordsmanDamage to nothing
341
	-converts gunnerDamage to nothing
342
	-converts grenadeDamage to nothing
343
	-converts wreckingBallDamage to nothing
344
	-converts bulldozerDamage to nothing
345
	-converts airstrikeDamage to nothing
346
	-converts necromancerDamage to nothing
347
	-converts giantDamage to nothing
348
	-converts demonDamage to nothing
349
	-converts compromiserDamage to nothing
350
	-converts lastDamage to nothing
351
	-converts bricks to nothing
352
	-converts totalBricks to nothing
353
	-converts handBricks to nothing
354
	-converts fourthWallMatter to nothing
355
	-converts total4thWallMatter to nothing
356
	-converts spaceBricks to nothing
357
	-converts timeBricks to nothing
358
	-converts endBricks to nothing
359
	-converts finalityBricks to nothing
360
	-converts wallsDestroyed to totalWalls
361
	-converts timeSinceReset to nothing
362
	-converts destroyWall to nothing
363
	-converts destroyBigWall to nothing
364
	-converts destroyHugeWall to nothing
365
	-converts destroyMassiveWall to nothing
366
	-converts destroyFinalWall to nothing
367
	-converts destroyBonusWall to nothing
368
	-converts destroyBonusWall2 to nothing
369
	-converts destroyBonusWall3 to nothing
370
	-converts destroyBonusWall4 to nothing
371
	-converts destroyBonusWall5 to nothing
372
	-converts destroyBonusWall6 to nothing
373
	-converts destroyBonusWall7 to nothing
374
	-converts destroyBonusWall8 to nothing
375
	-converts destroyBonusWall9 to nothing
376
	-converts destroyBonusWall10 to nothing
377
	-converts destroyBonusWall11 to nothing
378
	-converts destroyBonusWall12 to nothing
379
	-converts destroyBonusWall13 to nothing
380
	-converts destroyBonusWall14 to nothing
381
	-converts destroyBonusWall15 to nothing
382
	-converts destroyBonusWall16 to nothing
383
	-converts destroyBonusWall17 to nothing
384
	-converts destroyBonusWall18 to nothing
385
	-converts destroyBonusWall19 to nothing
386
	-converts destroyBonusWall20 to nothing
387
	-converts destroyBonusWall21 to nothing
388
	-converts destroyBonusWall22 to nothing
389
	-converts destroyBonusWall23 to nothing
390
	-converts destroyBonusWall24 to nothing
391
	-converts destroyBonusWall25 to nothing
392
	-converts destroyBonusWall26 to nothing
393
	-converts destroyBonusWall27 to nothing
394
	-converts destroyBonusWall28 to nothing
395
	-converts destroyBonusWall29 to nothing
396
	-converts destroyBonusWall30 to nothing
397
	-converts destroyBonusWall31 to nothing
398
	-converts destroyBonusWall32 to nothing
399
	-converts destroyBonusWall33 to nothing
400
	-converts destroyBonusWall34 to nothing
401
	-converts destroyBonusWall35 to nothing
402
	-converts destroyBonusWall36 to nothing
403
	-converts destroyBonusWall37 to nothing
404
	-converts destroyBonusWall38 to nothing
405
	-converts destroyBonusWall39 to nothing
406
	-converts destroyBonusWall40 to nothing
407
	-converts destroyBonusWall41 to nothing
408
	-converts destroyBonusWall42 to nothing
409
	-converts destroyBonusWall43 to nothing
410
	-converts destroyBonusWall44 to nothing
411
	-converts destroyBonusWall45 to nothing
412
	-converts timeUpgradeProducer to nothing
413
	-converts timeUpgradeProducer2 to nothing
414
	-converts timeUpgradeProducer3 to nothing
415
	-converts timeUpgradeResource2 to nothing
416
	-converts timeUpgradeResource3 to nothing
417
	-converts timeUpgradeResource4 to nothing
418
	-converts timeUpgradeResource5 to nothing
419
	-converts timeUpgradeResource6 to nothing
420
	-converts timeUpgradeResource7 to nothing
421
	-converts timeUpgradeResource8 to nothing
422
	-converts timeUpgradeResource9 to nothing
423
	-converts timeUpgradeResource10 to nothing
424
	-converts timeUpgradeResource11 to nothing
425
	-converts timeUpgradeResource12 to nothing
426
	-converts timeUpgradeResource13 to nothing
427
	-converts timeUpgradeResource14 to nothing
428
	-converts timeUpgradeResource15 to nothing
429
	-converts timeUpgradeResource16 to nothing
430
	-converts timeUpgradeResource17 to nothing
431
	-converts timeUpgradeResource18 to nothing
432
	-converts timeUpgradeResource19 to nothing
433
	-converts timeUpgradeResource20 to nothing
434
	-converts timeUpgradeResource21 to nothing
435
	-named Rewind time (Removes all buildings & resources, converts cosmic knowledge into prestige)
436
	-says Time Rewound: Your cosmic knowledge has been converted into future knowledge capsules.
437
	-says The Time Bear is coming.
438
	
439
	*damageConverter
440
	-multiplies totalMoney 0.00000000000000000000000000000005%
441
	-converts totalMoney to prePrestige
442
	-named Convert all damage to cosmic knowledge
443
444
Buildings :
445
446
	*timeCounter
447
	-gives 0.016666666666666666666666666666 timeSinceReset requiring 1 resetTimes
448
	-gives 0.016666666666666666666666666666 timePlayed
449
	-abstract
450
	-starts at 1
451
452
	*destroyWall
453
	-"Destroy the wall and move on to a bigger one.<br>Gives <b>25</b> bricks.<br>Awards <b>250,000,000,000</b> cash.<br>Worth <b>1</b> cosmic knowledge."
454
	-costs 1000000000000 totalMoney
455
	-gives 250000000000 money when bought
456
	-gives 25 bricks when bought
457
	-gives 25 totalBricks when bought
458
	-represents 1 wallsDestroyed
459
	-represents 1 prePrestige
460
	-named Destroy wall
461
	-locks destroyWall
462
	-costs 1 wallRequirement
463
	-gives 1 wallRequirement when bought
464
	-unlocks productionMultiplier1
465
	-unlocks magicUnlock
466
	-unlocks wallMultiplier
467
	-unlocks destroyBigWall
468
	-visible
469
	*destroyBigWall
470
	-"Destroy the big 2nd wall and move on to a bigger one.<br>Gives <b>100</b> bricks.<br>Awards <b>25,000,000,000,000</b> cash.<br>Worth <b>1</b> cosmic knowledge."
471
	-costs 100000000000000 totalMoney
472
	-gives 25000000000000 money when bought
473
	-gives 100 bricks when bought
474
	-gives 100 totalBricks when bought
475
	-represents 1 wallsDestroyed
476
	-represents 1 prePrestige
477
	-named Destroy 2nd wall
478
	-locks destroyBigWall
479
	-costs 1 wallRequirement
480
	-gives 1 wallRequirement when bought
481
	-unlocks productionMultiplier2
482
	-unlocks magicLevel2
483
	-unlocks giantUnlock
484
	-unlocks destroyHugeWall
485
	*destroyHugeWall
486
	-"Destroy the huge 3rd wall and move on to a bigger one.<br>Gives <b>10,000</b> bricks.<br>Awards <b>2,500,000,000,000,000</b> cash.<br>Worth <b>1</b> cosmic knowledge."
487
	-costs 10000000000000000 totalMoney
488
	-gives 2500000000000000 money when bought
489
	-gives 10000 bricks when bought
490
	-gives 10000 totalBricks when bought
491
	-represents 1 wallsDestroyed
492
	-represents 1 prePrestige
493
	-named Destroy 3rd wall
494
	-locks destroyHugeWall
495
	-costs 1 wallRequirement
496
	-gives 1 wallRequirement when bought
497
	-unlocks productionMultiplier3
498
	-unlocks magicLevel3
499
	-unlocks destroyMassiveWall
500
	*destroyMassiveWall
501
	-"Destroy the massive 4th wall and move on to the final one.<br>Gives <b>250,000</b> bricks.<br>Awards <b>250,000,000,000,000,000</b> cash.<br>Worth <b>2</b> cosmic knowledge."
502
	-costs 1000000000000000000 totalMoney
503
	-gives 250000000000000000 money when bought
504
	-gives 250000 bricks when bought
505
	-gives 250000 totalBricks when bought
506
	-represents 1 wallsDestroyed
507
	-represents 2 prePrestige
508
	-named Destroy 4th wall
509
	-locks destroyMassiveWall
510
	-costs 1 wallRequirement
511
	-gives 1 wallRequirement when bought
512
	-unlocks productionMultiplier4
513
	-unlocks fourthWallLegend1
514
	-unlocks fourthWallUnlock
515
	-unlocks resetUnlock
516
	-unlocks destroyFinalWall
517
	*destroyFinalWall
518
	-"Destroy the 5th and final wall.<br>Gives <b>10,000,000</b> bricks.<br>Awards <b>25,000,000,000,000,000,000</b> cash; <b>1</b> boss brick.<br>Worth <b>5</b> cosmic knowledge."
519
	-costs 100000000000000000000 totalMoney
520
	-gives 25000000000000000000 money when bought
521
	-gives 10000000 bricks when bought
522
	-gives 10000000 totalBricks when bought
523
	-represents 1 goldBricks
524
	-represents 1 wallsDestroyed
525
	-represents 5 prePrestige
526
	-named Destroy final wall
527
	-locks destroyFinalWall
528
	-costs 1 wallRequirement
529
	-gives 1 wallRequirement when bought
530
	-unlocks destroyBonusWall
531
	-unlocks productionMultiplier5
532
	-unlocks finalWallUnlock
533
	*destroyBonusWall
534
	-"<i>You win, but you can keep going anyway.</i><br> <br>Destroy bonus wall #9 and move on to the next.<br>Gives <b>100,000,000</b> bricks and <b>100 quintillion</b> cash.<br>Worth <b>5</b> cosmic knowledge."
535
	-costs 200000000000000000000 totalMoney
536
	-gives 100000000 bricks when bought
537
	-gives 100000000 totalBricks when bought
538
	-gives 100000000000000000000 money when bought
539
	-represents 1 wallsDestroyed
540
	-represents 5 prePrestige
541
	-classed bonuswall
542
	-named Destroy bonus wall #9
543
	-locks destroyBonusWall
544
	-costs 1 wallRequirement
545
	-gives 1 wallRequirement when bought
546
	-unlocks destroyBonusWall2
547
	*destroyBonusWall2
548
	-"Destroy bonus wall #8 and move on to the next.<br>Gives <b>250,000,000</b> bricks and <b>200 quintillion</b> cash.<br>Worth <b>5</b> cosmic knowledge."
549
	-costs 400000000000000000000 totalMoney
550
	-gives 250000000 bricks when bought
551
	-gives 250000000 totalBricks when bought
552
	-gives 200000000000000000000 money when bought
553
	-represents 1 wallsDestroyed
554
	-represents 5 prePrestige
555
	-classed bonuswall
556
	-named Destroy bonus wall #8
557
	-locks destroyBonusWall2
558
	-costs 1 wallRequirement
559
	-gives 1 wallRequirement when bought
560
	-unlocks destroyBonusWall3
561
	*destroyBonusWall3
562
	-"Destroy bonus wall #7 and move on to the next.<br>Gives <b>500,000,000</b> bricks and <b>400 quintillion</b> cash.<br>Worth <b>6</b> cosmic knowledge."
563
	-costs 800000000000000000000 totalMoney
564
	-gives 500000000 bricks when bought
565
	-gives 500000000 totalBricks when bought
566
	-gives 400000000000000000000 money when bought
567
	-represents 1 wallsDestroyed
568
	-represents 6 prePrestige
569
	-classed bonuswall
570
	-named Destroy bonus wall #7
571
	-locks destroyBonusWall3
572
	-costs 1 wallRequirement
573
	-gives 1 wallRequirement when bought
574
	-unlocks destroyBonusWall4
575
	*destroyBonusWall4
576
	-"Destroy bonus wall #6 and move on to the next.<br>Gives <b>1,000,000,000</b> bricks and <b>800 quintillion</b> cash.<br>Worth <b>7</b> cosmic knowledge."
577
	-costs 1600000000000000000000 totalMoney
578
	-gives 1000000000 bricks when bought
579
	-gives 1000000000 totalBricks when bought
580
	-gives 800000000000000000000 money when bought
581
	-represents 1 wallsDestroyed
582
	-represents 7 prePrestige
583
	-classed bonuswall
584
	-named Destroy bonus wall #6
585
	-locks destroyBonusWall4
586
	-costs 1 wallRequirement
587
	-gives 1 wallRequirement when bought
588
	-unlocks destroyBonusWall5
589
	*destroyBonusWall5
590
	-"Destroy bonus wall #5 and move on to the next.<br>Gives <b>2,000,000,000</b> bricks and <b>1.6 sextillion</b> cash.<br>Worth <b>8</b> cosmic knowledge."
591
	-costs 3200000000000000000000 totalMoney
592
	-gives 2000000000 bricks when bought
593
	-gives 2000000000 totalBricks when bought
594
	-gives 1600000000000000000000 money when bought
595
	-represents 1 wallsDestroyed
596
	-represents 8 prePrestige
597
	-classed bonuswall
598
	-named Destroy bonus wall #5
599
	-unlocks wallDestroyer6
600
	-unlocks productionMultiplierMagic
601
	-locks destroyBonusWall5
602
	-costs 1 wallRequirement
603
	-gives 1 wallRequirement when bought
604
	-unlocks destroyBonusWall6
605
	*destroyBonusWall6
606
	-"Destroy bonus wall #4 and move on to the next.<br>Gives <b>4,000,000,000</b> bricks and <b>3.2 sextillion</b> cash.<br>Worth <b>9</b> cosmic knowledge."
607
	-costs 6400000000000000000000 totalMoney
608
	-gives 4000000000 bricks when bought
609
	-gives 4000000000 totalBricks when bought
610
	-gives 3200000000000000000000 money when bought
611
	-represents 1 wallsDestroyed
612
	-represents 9 prePrestige
613
	-classed bonuswall
614
	-named Destroy bonus wall #4
615
	-locks destroyBonusWall6
616
	-costs 1 wallRequirement
617
	-gives 1 wallRequirement when bought
618
	-unlocks destroyBonusWall7
619
	*destroyBonusWall7
620
	-"Destroy bonus wall #3 and move on to the next.<br>Gives <b>8,000,000,000</b> bricks and <b>6.4 sextillion</b> cash.<br>Worth <b>10</b> cosmic knowledge."
621
	-costs 12800000000000000000000 totalMoney
622
	-gives 8000000000 bricks when bought
623
	-gives 8000000000 totalBricks when bought
624
	-gives 6400000000000000000000 money when bought
625
	-represents 1 wallsDestroyed
626
	-represents 10 prePrestige
627
	-classed bonuswall
628
	-named Destroy bonus wall #3
629
	-locks destroyBonusWall7
630
	-costs 1 wallRequirement
631
	-gives 1 wallRequirement when bought
632
	-unlocks destroyBonusWall8
633
	*destroyBonusWall8
634
	-"Destroy bonus wall #2 and move on to the next.<br>Gives <b>16,000,000,000</b> bricks and <b>12.8 sextillion</b> cash.<br>Worth <b>10</b> cosmic knowledge."
635
	-costs 25600000000000000000000 totalMoney
636
	-gives 16000000000 bricks when bought
637
	-gives 16000000000 totalBricks when bought
638
	-gives 12800000000000000000000 money when bought
639
	-represents 1 wallsDestroyed
640
	-represents 10 prePrestige
641
	-classed bonuswall
642
	-named Destroy bonus wall #2
643
	-locks destroyBonusWall8
644
	-costs 1 wallRequirement
645
	-gives 1 wallRequirement when bought
646
	-unlocks destroyBonusWall9
647
	*destroyBonusWall9
648
	-"Destroy bonus wall #1 and move on to the boss.<br>Gives <b>32,000,000,000</b> bricks and <b>25.6 sextillion</b> cash.<br>Worth <b>10</b> cosmic knowledge."
649
	-costs 51200000000000000000000 totalMoney
650
	-gives 32000000000 bricks when bought
651
	-gives 32000000000 totalBricks when bought
652
	-gives 25600000000000000000000 money when bought
653
	-represents 1 wallsDestroyed
654
	-represents 10 prePrestige
655
	-classed bonuswall
656
	-named Destroy bonus wall #1
657
	-locks destroyBonusWall9
658
	-costs 1 wallRequirement
659
	-gives 1 wallRequirement when bought
660
	-unlocks destroyBonusWall10
661
	*destroyBonusWall10
662
	-"Destroy the boss bonus wall.<br>Gives <b>100 billion</b> bricks and <b>75 sextillion</b> cash; <b>1</b> boss brick.<br>Worth <b>20</b> cosmic knowledge."
663
	-costs 150000000000000000000000 totalMoney
664
	-gives 100000000000 bricks when bought
665
	-gives 100000000000 totalBricks when bought
666
	-gives 75000000000000000000000 money when bought
667
	-represents 1 wallsDestroyed
668
	-represents 1 goldBricks
669
	-represents 1 bonusBossBrick
670
	-represents 20 prePrestige
671
	-classed bonuswallboss
672
	-unlocks wallDestroyer7
673
	-unlocks productionMultiplierMagic2
674
	-named Destroy boss bonus wall
675
	-locks destroyBonusWall10
676
	-costs 1 wallRequirement
677
	-gives 1 wallRequirement when bought
678
	-unlocks destroyBonusWall11
679
	*destroyBonusWall11
680
	-"<i>Turns out the bonus walls weren't the last thing we have to face, for the Ten Walls of Space lie beyond them.</i><br> <br>Destroy space wall #9 and move on to the next one.<br>Gives <b>200 billion</b> bricks and <b>100 sextillion</b> cash.<br>Gives <b>10</b> space bricks and unlocks <b>space research</b>.<br> <br>Note: space bricks cannot be kept through resets.<br>Worth <b>25</b> cosmic knowledge."
681
	-costs 400000000000000000000000 totalMoney
682
	-gives 200000000000 bricks when bought
683
	-gives 200000000000 totalBricks when bought
684
	-gives 100000000000000000000000 money when bought
685
	-represents 10 spaceBricks
686
	-unlocks spaceResearch
687
	-represents 1 wallsDestroyed
688
	-represents 25 prePrestige
689
	-classed bonuswall
690
	-named Destroy space wall #9
691
	-locks destroyBonusWall11
692
	-costs 1 wallRequirement
693
	-gives 1 wallRequirement when bought
694
	-unlocks destroyBonusWall12
695
	*destroyBonusWall12
696
	-"Destroy space wall #8 and move on to the next one.<br>Gives <b>400 billion</b> bricks and <b>200 sextillion</b> cash.<br>Gives <b>10</b> space bricks.<br>Worth <b>25</b> cosmic knowledge."
697
	-costs 800000000000000000000000 totalMoney
698
	-gives 400000000000 bricks when bought
699
	-gives 400000000000 totalBricks when bought
700
	-gives 200000000000000000000000 money when bought
701
	-represents 10 spaceBricks
702
	-represents 1 wallsDestroyed
703
	-represents 25 prePrestige
704
	-classed bonuswall
705
	-named Destroy space wall #8
706
	-locks destroyBonusWall12
707
	-costs 1 wallRequirement
708
	-gives 1 wallRequirement when bought
709
	-unlocks destroyBonusWall13
710
	*destroyBonusWall13
711
	-"Destroy space wall #7 and move on to the next one.<br>Gives <b>800 billion</b> bricks and <b>400 sextillion</b> cash.<br>Gives <b>10</b> space bricks.<br>Worth <b>50</b> cosmic knowledge."
712
	-costs 1600000000000000000000000 totalMoney
713
	-gives 800000000000 bricks when bought
714
	-gives 800000000000 totalBricks when bought
715
	-gives 400000000000000000000000 money when bought
716
	-represents 10 spaceBricks
717
	-represents 1 wallsDestroyed
718
	-represents 50 prePrestige
719
	-classed bonuswall
720
	-named Destroy space wall #7
721
	-locks destroyBonusWall13
722
	-costs 1 wallRequirement
723
	-gives 1 wallRequirement when bought
724
	-unlocks destroyBonusWall14
725
	*destroyBonusWall14
726
	-"Destroy space wall #6 and move on to the next one.<br>Gives <b>1.6 trillion</b> bricks and <b>800 sextillion</b> cash.<br>Gives <b>10</b> space bricks.<br>Worth <b>50</b> cosmic knowledge."
727
	-costs 3200000000000000000000000 totalMoney
728
	-gives 1600000000000 bricks when bought
729
	-gives 1600000000000 totalBricks when bought
730
	-gives 800000000000000000000000 money when bought
731
	-represents 10 spaceBricks
732
	-represents 1 wallsDestroyed
733
	-represents 50 prePrestige
734
	-classed bonuswall
735
	-named Destroy space wall #6
736
	-locks destroyBonusWall14
737
	-costs 1 wallRequirement
738
	-gives 1 wallRequirement when bought
739
	-unlocks destroyBonusWall15
740
	*destroyBonusWall15
741
	-"Destroy space wall #5 and move on to the next one.<br>Gives <b>3.2 trillion</b> bricks and <b>1.6 septillion</b> cash.<br>Gives <b>10</b> space bricks.<br>Worth <b>75</b> cosmic knowledge."
742
	-costs 6400000000000000000000000 totalMoney
743
	-gives 3200000000000 bricks when bought
744
	-gives 3200000000000 totalBricks when bought
745
	-gives 1600000000000000000000000 money when bought
746
	-represents 10 spaceBricks
747
	-represents 1 wallsDestroyed
748
	-represents 75 prePrestige
749
	-classed bonuswall
750
	-named Destroy space wall #5
751
	-unlocks productionMultiplierMagic3
752
	-locks destroyBonusWall15
753
	-costs 1 wallRequirement
754
	-gives 1 wallRequirement when bought
755
	-unlocks destroyBonusWall16
756
	*destroyBonusWall16
757
	-"Destroy space wall #4 and move on to the next one.<br>Gives <b>6.4 trillion</b> bricks and <b>3.2 septillion</b> cash.<br>Gives <b>10</b> space bricks.<br>Worth <b>75</b> cosmic knowledge."
758
	-costs 12800000000000000000000000 totalMoney
759
	-gives 6400000000000 bricks when bought
760
	-gives 6400000000000 totalBricks when bought
761
	-gives 3200000000000000000000000 money when bought
762
	-represents 10 spaceBricks
763
	-represents 1 wallsDestroyed
764
	-represents 75 prePrestige
765
	-classed bonuswall
766
	-named Destroy space wall #4
767
	-locks destroyBonusWall16
768
	-costs 1 wallRequirement
769
	-gives 1 wallRequirement when bought
770
	-unlocks destroyBonusWall17
771
	*destroyBonusWall17
772
	-"Destroy space wall #3 and move on to the next one.<br>Gives <b>12.8 trillion</b> bricks and <b>6.4 septillion</b> cash.<br>Gives <b>15</b> space bricks.<br>Worth <b>100</b> cosmic knowledge."
773
	-costs 25600000000000000000000000 totalMoney
774
	-gives 12800000000000 bricks when bought
775
	-gives 12800000000000 totalBricks when bought
776
	-gives 6400000000000000000000000 money when bought
777
	-represents 15 spaceBricks
778
	-represents 1 wallsDestroyed
779
	-represents 100 prePrestige
780
	-classed bonuswall
781
	-named Destroy space wall #3
782
	-locks destroyBonusWall17
783
	-costs 1 wallRequirement
784
	-gives 1 wallRequirement when bought
785
	-unlocks destroyBonusWall18
786
	*destroyBonusWall18
787
	-"Destroy space wall #2 and move on to the next one.<br>Gives <b>25 trillion</b> bricks and <b>12.8 septillion</b> cash.<br>Gives <b>15</b> space bricks.<br>Worth <b>100</b> cosmic knowledge."
788
	-costs 51200000000000000000000000 totalMoney
789
	-gives 25600000000000 bricks when bought
790
	-gives 25600000000000 totalBricks when bought
791
	-gives 12800000000000000000000000 money when bought
792
	-represents 15 spaceBricks
793
	-represents 1 wallsDestroyed
794
	-represents 100 prePrestige
795
	-classed bonuswall
796
	-named Destroy space wall #2
797
	-locks destroyBonusWall18
798
	-costs 1 wallRequirement
799
	-gives 1 wallRequirement when bought
800
	-unlocks destroyBonusWall19
801
	*destroyBonusWall19
802
	-"Destroy space wall #1 and move on to the boss.<br>Gives <b>50 trillion</b> bricks and <b>25 septillion</b> cash.<br>Gives <b>20</b> space bricks.<br>Worth <b>150</b> cosmic knowledge."
803
	-costs 102400000000000000000000000 totalMoney
804
	-gives 51200000000000 bricks when bought
805
	-gives 51200000000000 totalBricks when bought
806
	-gives 25600000000000000000000000 money when bought
807
	-represents 20 spaceBricks
808
	-represents 1 wallsDestroyed
809
	-represents 150 prePrestige
810
	-classed bonuswall
811
	-named Destroy space wall #1
812
	-locks destroyBonusWall19
813
	-costs 1 wallRequirement
814
	-gives 1 wallRequirement when bought
815
	-unlocks destroyBonusWall20
816
	*destroyBonusWall20
817
	-"Destroy the boss space wall.<br>Gives <b>150 trillion</b> bricks and <b>75 septillion</b> cash.<br>Gives <b>40</b> space bricks; <b>1</b> boss brick.<br>Worth <b>250</b> cosmic knowledge."
818
	-costs 300000000000000000000000000 totalMoney
819
	-gives 150000000000000 bricks when bought
820
	-gives 150000000000000 totalBricks when bought
821
	-gives 75000000000000000000000000 money when bought
822
	-represents 40 spaceBricks
823
	-represents 1 wallsDestroyed
824
	-represents 1 goldBricks
825
	-represents 1 spaceBossBrick
826
	-represents 250 prePrestige
827
	-classed bonuswallboss
828
	-unlocks wallDestroyer8
829
	-unlocks productionMultiplier6
830
	-named Destroy boss space wall
831
	-locks destroyBonusWall20
832
	-costs 1 wallRequirement
833
	-gives 1 wallRequirement when bought
834
	-unlocks destroyBonusWall21
835
	*destroyBonusWall21
836
	-"<i>"What lunatic built all these walls, anyway?!" ~Agent Carter<br>We now face the Ten Walls of Time.<br>These better be the last ones.</i><br> <br>Destroy time wall #9 and move on to the next.<br>Gives <b>400 trillion</b> bricks and <b>200 septillion</b> cash.<br>Gives <b>5</b> time bricks and unlocks the <b>time upgrades</b>.<br>Worth <b>250</b> cosmic knowledge.<br> <br>Note: time bricks also cannot be kept through resets."
837
	-costs 800000000000000000000000000 totalMoney
838
	-gives 400000000000000 bricks when bought
839
	-gives 400000000000000 totalBricks when bought
840
	-gives 200000000000000000000000000 money when bought
841
	-represents 5 timeBricks
842
	-represents 1 wallsDestroyed
843
	-represents 250 prePrestige
844
	-classed bonuswall
845
	-unlocks timeUpgrade1
846
	-builds 1 timeUpgradeProducer when bought
847
	-named Destroy time wall #9
848
	-locks destroyBonusWall21
849
	-costs 1 wallRequirement
850
	-gives 1 wallRequirement when bought
851
	-unlocks destroyBonusWall22
852
	*destroyBonusWall22
853
	-"Destroy time wall #8 and move on to the next.<br>Gives <b>800 trillion</b> bricks and <b>400 septillion</b> cash.<br>Gives <b>5</b> time bricks.<br>Worth <b>250</b> cosmic knowledge."
854
	-costs 1600000000000000000000000000 totalMoney
855
	-gives 800000000000000 bricks when bought
856
	-gives 800000000000000 totalBricks when bought
857
	-gives 400000000000000000000000000 money when bought
858
	-represents 5 timeBricks
859
	-represents 1 wallsDestroyed
860
	-represents 250 prePrestige
861
	-classed bonuswall
862
	-named Destroy time wall #8
863
	-locks destroyBonusWall22
864
	-costs 1 wallRequirement
865
	-gives 1 wallRequirement when bought
866
	-unlocks destroyBonusWall23
867
	*destroyBonusWall23
868
	-"Destroy time wall #7 and move on to the next.<br>Gives <b>1.6 quadrillion</b> bricks and <b>800 septillion</b> cash.<br>Gives <b>5</b> time bricks.<br>Worth <b>500</b> cosmic knowledge."
869
	-costs 3200000000000000000000000000 totalMoney
870
	-gives 1600000000000000 bricks when bought
871
	-gives 1600000000000000 totalBricks when bought
872
	-gives 800000000000000000000000000 money when bought
873
	-represents 5 timeBricks
874
	-represents 1 wallsDestroyed
875
	-represents 500 prePrestige
876
	-classed bonuswall
877
	-named Destroy time wall #7
878
	-locks destroyBonusWall23
879
	-costs 1 wallRequirement
880
	-gives 1 wallRequirement when bought
881
	-unlocks destroyBonusWall24
882
	*destroyBonusWall24
883
	-"Destroy time wall #6 and move on to the next.<br>Gives <b>3.2 quadrillion</b> bricks and <b>1.6 octillion</b> cash.<br>Gives <b>5</b> time bricks.<br>Worth <b>500</b> cosmic knowledge."
884
	-costs 6400000000000000000000000000 totalMoney
885
	-gives 3200000000000000 bricks when bought
886
	-gives 3200000000000000 totalBricks when bought
887
	-gives 1600000000000000000000000000 money when bought
888
	-represents 5 timeBricks
889
	-represents 1 wallsDestroyed
890
	-represents 500 prePrestige
891
	-classed bonuswall
892
	-named Destroy time wall #6
893
	-locks destroyBonusWall24
894
	-costs 1 wallRequirement
895
	-gives 1 wallRequirement when bought
896
	-unlocks destroyBonusWall25
897
	*destroyBonusWall25
898
	-"Destroy time wall #5 and move on to the next.<br>Gives <b>6.4 quadrillion</b> bricks and <b>3.2 octillion</b> cash.<br>Gives <b>6</b> time bricks.<br>Worth <b>750</b> cosmic knowledge."
899
	-costs 12800000000000000000000000000 totalMoney
900
	-gives 6400000000000000 bricks when bought
901
	-gives 6400000000000000 totalBricks when bought
902
	-gives 3200000000000000000000000000 money when bought
903
	-represents 6 timeBricks
904
	-represents 1 wallsDestroyed
905
	-represents 750 prePrestige
906
	-classed bonuswall
907
	-unlocks productionMultiplierHell
908
	-named Destroy time wall #5
909
	-locks destroyBonusWall25
910
	-costs 1 wallRequirement
911
	-gives 1 wallRequirement when bought
912
	-unlocks destroyBonusWall26
913
	*destroyBonusWall26
914
	-"Destroy time wall #4 and move on to the next.<br>Gives <b>12.8 quadrillion</b> bricks and <b>6.4 octillion</b> cash.<br>Gives <b>7</b> time bricks.<br>Worth <b>750</b> cosmic knowledge."
915
	-costs 25600000000000000000000000000 totalMoney
916
	-gives 12800000000000000 bricks when bought
917
	-gives 12800000000000000 totalBricks when bought
918
	-gives 6400000000000000000000000000 money when bought
919
	-represents 7 timeBricks
920
	-represents 1 wallsDestroyed
921
	-represents 750 prePrestige
922
	-classed bonuswall
923
	-named Destroy time wall #4
924
	-locks destroyBonusWall26
925
	-costs 1 wallRequirement
926
	-gives 1 wallRequirement when bought
927
	-unlocks destroyBonusWall27
928
	*destroyBonusWall27
929
	-"Destroy time wall #3 and move on to the next.<br>Gives <b>25 quadrillion</b> bricks and <b>12.8 octillion</b> cash.<br>Gives <b>8</b> time bricks.<br>Worth <b>1,000</b> cosmic knowledge."
930
	-costs 51200000000000000000000000000 totalMoney
931
	-gives 25600000000000000 bricks when bought
932
	-gives 25600000000000000 totalBricks when bought
933
	-gives 12800000000000000000000000000 money when bought
934
	-represents 1 wallsDestroyed
935
	-represents 8 timeBricks
936
	-represents 1000 prePrestige
937
	-classed bonuswall
938
	-named Destroy time wall #3
939
	-locks destroyBonusWall27
940
	-costs 1 wallRequirement
941
	-gives 1 wallRequirement when bought
942
	-unlocks destroyBonusWall28
943
	*destroyBonusWall28
944
	-"Destroy time wall #2 and move on to the next.<br>Gives <b>50 quadrillion</b> bricks and <b>25 octillion</b> cash.<br>Gives <b>9</b> time bricks.<br>Worth <b>1,000</b> cosmic knowledge."
945
	-costs 102400000000000000000000000000 totalMoney
946
	-gives 51200000000000000 bricks when bought
947
	-gives 51200000000000000 totalBricks when bought
948
	-gives 25600000000000000000000000000 money when bought
949
	-represents 1 wallsDestroyed
950
	-represents 9 timeBricks
951
	-represents 1000 prePrestige
952
	-classed bonuswall
953
	-named Destroy time wall #2
954
	-locks destroyBonusWall28
955
	-costs 1 wallRequirement
956
	-gives 1 wallRequirement when bought
957
	-unlocks destroyBonusWall29
958
	*destroyBonusWall29
959
	-"Destroy time wall #1 and move on to the boss.<br>Gives <b>102 quadrillion</b> bricks and <b>51 octillion</b> cash.<br>Gives <b>10</b> time bricks.<br>Worth <b>1,500</b> cosmic knowledge."
960
	-costs 204800000000000000000000000000 totalMoney
961
	-gives 102400000000000000 bricks when bought
962
	-gives 102400000000000000 totalBricks when bought
963
	-gives 51200000000000000000000000000 money when bought
964
	-represents 1 wallsDestroyed
965
	-represents 10 timeBricks
966
	-represents 1500 prePrestige
967
	-classed bonuswall
968
	-named Destroy time wall #1
969
	-locks destroyBonusWall29
970
	-costs 1 wallRequirement
971
	-gives 1 wallRequirement when bought
972
	-unlocks destroyBonusWall30
973
	*destroyBonusWall30
974
	-"Destroy the boss time wall.<br>Gives <b>250 quadrillion</b> bricks and <b>150 octillion</b> cash.<br>Gives <b>15</b> time bricks and <b>1</b> boss brick.<br>Worth <b>2,500</b> cosmic knowledge."
975
	-costs 500000000000000000000000000000 totalMoney
976
	-gives 250000000000000000 bricks when bought
977
	-gives 250000000000000000 totalBricks when bought
978
	-gives 150000000000000000000000000000 money when bought
979
	-represents 1 wallsDestroyed
980
	-represents 1 goldBricks
981
	-represents 15 timeBricks
982
	-represents 1 timeBossBrick
983
	-represents 2500 prePrestige
984
	-classed bonuswallboss
985
	-unlocks wallDestroyer9
986
	-unlocks productionMultiplierHell2
987
	-named Destroy boss time wall
988
	-locks destroyBonusWall30
989
	-costs 1 wallRequirement
990
	-gives 1 wallRequirement when bought
991
	-unlocks destroyBonusWall31
992
	*destroyBonusWall31
993
	-"<i>Nope. The Ten Walls of The End rise up over the rubble of time. At least these are clearly the last ones.</i><br> <br>Destroy End Wall #9 and move on to the next one.<br>Gives <b>800 quadrillion</b> bricks and <b>400 octillion</b> cash.<br>Gives <b>2</b> End bricks and <b>100</b> space bricks; unlocks the <b>Deep Space Upgrades</b> and <b>The End Scrolls</b>.<br>Worth <b>2,500</b> cosmic knowledge.<br> <br>Note: End bricks cannot be kept through resets either."
994
	-costs 1600000000000000000000000000000 totalMoney
995
	-gives 800000000000000000 bricks when bought
996
	-gives 800000000000000000 totalBricks when bought
997
	-gives 400000000000000000000000000000 money when bought
998
	-represents 1 wallsDestroyed
999
	-represents 2 endBricks, 100 spaceBricks
1000
	-represents 2500 prePrestige
1001
	-classed bonuswall
1002
	-unlocks endStory
1003
	-unlocks deepSpaceResearch
1004
	-named Destroy End Wall #9
1005
	-locks destroyBonusWall31
1006
	-costs 1 wallRequirement
1007
	-gives 1 wallRequirement when bought
1008
	-unlocks destroyBonusWall32
1009
	*destroyBonusWall32
1010
	-"<i>We tried scanning the scrolls for age, and got "73 hours" from the scanner. The temple gave the same result. Probably had a broken scanner, especially since there are records of the temple dating back to 8,000 years ago.</i><br> <br>Destroy End Wall #8 and move on to the next one.<br>Gives <b>1.6 quintillion</b> bricks and <b>800 octillion</b> cash.<br>Gives <b>2</b> End bricks and <b>100</b> space bricks.<br>Worth <b>2,500</b> cosmic knowledge."
1011
	-costs 3200000000000000000000000000000 totalMoney
1012
	-gives 1600000000000000000 bricks when bought
1013
	-gives 1600000000000000000 totalBricks when bought
1014
	-gives 800000000000000000000000000000 money when bought
1015
	-represents 1 wallsDestroyed
1016
	-represents 2 endBricks, 100 spaceBricks
1017
	-represents 2500 prePrestige
1018
	-classed bonuswall
1019
	-named Destroy End Wall #8
1020
	-locks destroyBonusWall32
1021
	-costs 1 wallRequirement
1022
	-gives 1 wallRequirement when bought
1023
	-unlocks destroyBonusWall33
1024
	*destroyBonusWall33
1025
	-"<i>Scanning shows that the scrolls are made of regular fabric, making it strange that they are perfectly preserved.</i><br> <br>Destroy End Wall #7 and move on to the next one.<br>Gives <b>3.2 quintillion</b> bricks and <b>1.6 nonillion</b> cash.<br>Gives <b>2</b> End bricks and <b>100</b> space bricks.<br>Worth <b>5,000</b> cosmic knowledge."
1026
	-costs 6400000000000000000000000000000 totalMoney
1027
	-gives 3200000000000000000 bricks when bought
1028
	-gives 3200000000000000000 totalBricks when bought
1029
	-gives 1600000000000000000000000000000 money when bought
1030
	-represents 1 wallsDestroyed
1031
	-represents 2 endBricks, 100 spaceBricks
1032
	-represents 5000 prePrestige
1033
	-classed bonuswall
1034
	-named Destroy End Wall #7
1035
	-locks destroyBonusWall33
1036
	-costs 1 wallRequirement
1037
	-gives 1 wallRequirement when bought
1038
	-unlocks destroyBonusWall34
1039
	*destroyBonusWall34
1040
	-"<i>There's text on the outside of the temple that says "MIRRORAGE". Research suggests that it isn't even a real word.</i><br> <br>Destroy End Wall #6 and move on to the next one.<br>Gives <b>6.4 quintillion</b> bricks and <b>3.2 nonillion</b> cash.<br>Gives <b>2</b> End bricks and <b>100</b> space bricks.<br>Worth <b>5,000</b> cosmic knowledge."
1041
	-costs 12800000000000000000000000000000 totalMoney
1042
	-gives 6400000000000000000 bricks when bought
1043
	-gives 6400000000000000000 totalBricks when bought
1044
	-gives 3200000000000000000000000000000 money when bought
1045
	-represents 1 wallsDestroyed
1046
	-represents 2 endBricks, 100 spaceBricks
1047
	-represents 5000 prePrestige
1048
	-classed bonuswall
1049
	-named Destroy End Wall #6
1050
	-locks destroyBonusWall34
1051
	-costs 1 wallRequirement
1052
	-gives 1 wallRequirement when bought
1053
	-unlocks destroyBonusWall35
1054
	*destroyBonusWall35
1055
	-"<i>Along with the scrolls, there were also sheets of paper with quotes written on them. We can list some of those here.</i><br> <br>Destroy End Wall #5 and move on to the next one.<br>Gives <b>12.8 quintillion</b> bricks and <b>6.4 nonillion</b> cash.<br>Gives <b>2</b> End bricks and <b>150</b> space bricks.<br>Worth <b>7,500</b> cosmic knowledge."
1056
	-costs 25600000000000000000000000000000 totalMoney
1057
	-gives 12800000000000000000 bricks when bought
1058
	-gives 12800000000000000000 totalBricks when bought
1059
	-gives 6400000000000000000000000000000 money when bought
1060
	-represents 1 wallsDestroyed
1061
	-represents 2 endBricks, 150 spaceBricks
1062
	-represents 7500 prePrestige
1063
	-classed bonuswall
1064
	-unlocks productionMultiplierHell3
1065
	-named Destroy End Wall #5
1066
	-locks destroyBonusWall35
1067
	-costs 1 wallRequirement
1068
	-gives 1 wallRequirement when bought
1069
	-unlocks destroyBonusWall36
1070
	*destroyBonusWall36
1071
	-"<i>"Where's logic in this equation?" ~#8</i><br> <br>Destroy End Wall #4 and move on to the next one.<br>Gives <b>25 quintillion</b> bricks and <b>12.8 nonillion</b> cash.<br>Gives <b>2</b> End bricks and <b>150</b> space bricks.<br>Worth <b>10,000</b> cosmic knowledge."
1072
	-costs 51200000000000000000000000000000 totalMoney
1073
	-gives 25600000000000000000 bricks when bought
1074
	-gives 25600000000000000000 totalBricks when bought
1075
	-gives 12800000000000000000000000000000 money when bought
1076
	-represents 1 wallsDestroyed
1077
	-represents 3 endBricks, 150 spaceBricks
1078
	-represents 10000 prePrestige
1079
	-classed bonuswall
1080
	-named Destroy End Wall #4
1081
	-locks destroyBonusWall36
1082
	-costs 1 wallRequirement
1083
	-gives 1 wallRequirement when bought
1084
	-unlocks destroyBonusWall37
1085
	*destroyBonusWall37
1086
	-"<i>"If you think about it, everything is unfinished. Nothing is truly left without questions." ~Lord Reaefsek</i><br> <br>Destroy End Wall #3 and move on to the next one.<br>Gives <b>51 quintillion</b> bricks and <b>25 nonillion</b> cash.<br>Gives <b>3</b> End bricks and <b>200</b> space bricks.<br>Worth <b>10,000</b> cosmic knowledge."
1087
	-costs 102400000000000000000000000000000 totalMoney
1088
	-gives 51200000000000000000 bricks when bought
1089
	-gives 51200000000000000000 totalBricks when bought
1090
	-gives 25600000000000000000000000000000 money when bought
1091
	-represents 1 wallsDestroyed
1092
	-represents 3 endBricks, 200 spaceBricks
1093
	-represents 10000 prePrestige
1094
	-classed bonuswall
1095
	-named Destroy End Wall #3
1096
	-locks destroyBonusWall37
1097
	-costs 1 wallRequirement
1098
	-gives 1 wallRequirement when bought
1099
	-unlocks destroyBonusWall38
1100
	*destroyBonusWall38
1101
	-"<i>"It's pretty clear The King is insane, but what are we gonna do, fight him?" ~#14</i><br> <br>Destroy End Wall #2 and move on to the next one.<br>Gives <b>102 quintillion</b> bricks and <b>51 nonillion</b> cash.<br>Gives <b>3</b> End bricks and <b>200</b> space bricks.<br>Worth <b>10,000</b> cosmic knowledge."
1102
	-costs 204800000000000000000000000000000 totalMoney
1103
	-gives 102400000000000000000 bricks when bought
1104
	-gives 102400000000000000000 totalBricks when bought
1105
	-gives 51200000000000000000000000000000 money when bought
1106
	-represents 1 wallsDestroyed
1107
	-represents 4 endBricks, 200 spaceBricks
1108
	-represents 10000 prePrestige
1109
	-classed bonuswall
1110
	-named Destroy End Wall #2
1111
	-locks destroyBonusWall38
1112
	-costs 1 wallRequirement
1113
	-gives 1 wallRequirement when bought
1114
	-unlocks destroyBonusWall39
1115
	*destroyBonusWall39
1116
	-"<i>"What, his face broke? I can fix that." ~#10</i><br> <br>Destroy End Wall #1 and move on to the boss.<br>Gives <b>204 quintillion</b> bricks and <b>102 nonillion</b> cash.<br>Gives <b>4</b> End bricks and <b>250</b> space bricks.<br>Worth <b>12,500</b> cosmic knowledge."
1117
	-costs 409600000000000000000000000000000 totalMoney
1118
	-gives 204800000000000000000 bricks when bought
1119
	-gives 204800000000000000000 totalBricks when bought
1120
	-gives 102400000000000000000000000000000 money when bought
1121
	-represents 1 wallsDestroyed
1122
	-represents 4 endBricks, 250 spaceBricks
1123
	-represents 12500 prePrestige
1124
	-classed bonuswall
1125
	-named Destroy End Wall #1
1126
	-locks destroyBonusWall39
1127
	-costs 1 wallRequirement
1128
	-gives 1 wallRequirement when bought
1129
	-unlocks destroyBonusWall40
1130
	*destroyBonusWall40
1131
	-"<i>"There goes a rapture." ~#17</i><br> <br>Destroy the Boss End Wall.<br>Gives <b>500 quintillion</b> bricks and <b>250 nonillion</b> cash.<br>Gives <b>5</b> End bricks, <b>500</b> space bricks and <b>1</b> boss brick.<br>Worth <b>25,000</b> cosmic knowledge."
1132
	-costs 1000000000000000000000000000000000 totalMoney
1133
	-gives 500000000000000000000 bricks when bought
1134
	-gives 500000000000000000000 totalBricks when bought
1135
	-gives 250000000000000000000000000000000 money when bought
1136
	-represents 1 wallsDestroyed
1137
	-represents 1 goldBricks
1138
	-represents 9 endBricks, 500 spaceBricks
1139
	-represents 1 endBossBrick
1140
	-represents 25000 prePrestige
1141
	-classed bonuswallboss
1142
	-unlocks wallDestroyer10
1143
	-unlocks productionMultiplier7
1144
	-named Destroy Boss End Wall
1145
	-locks destroyBonusWall40
1146
	-costs 1 wallRequirement
1147
	-gives 1 wallRequirement when bought
1148
	-unlocks destroyBonusWall41
1149
	*destroyBonusWall41
1150
	-"<i>Should've seen this coming.</i><br> <br>Destroy Finality Wall Delta and move on to the next.<br>Gives <b>2 sextillion</b> bricks and <b>1 decillion</b> cash.<br>Gives <b>1</b> Finality Brick and <b>50</b> time bricks; unlocks the <b>deep time upgrades</b> (which unlock randomly over time, again) and <b>The Finality Scrolls</b>.<br>Worth <b>25,000</b> cosmic knowledge.<br> <br>Note: You guessed it, Finality Bricks cannot be kept through resets."
1151
	-costs 4000000000000000000000000000000000 totalMoney
1152
	-gives 2000000000000000000000 bricks when bought
1153
	-gives 2000000000000000000000 totalBricks when bought
1154
	-gives 1000000000000000000000000000000000 money when bought
1155
	-builds 1 timeUpgradeProducer2 when bought
1156
	-represents 1 wallsDestroyed
1157
	-represents 1 finalityBricks, 50 timeBricks
1158
	-represents 25000 prePrestige
1159
	-classed bonuswall
1160
	-unlocks finalityUnlock
1161
	-named Destroy Finality Wall Delta
1162
	-locks destroyBonusWall41
1163
	-costs 1 wallRequirement
1164
	-gives 1 wallRequirement when bought
1165
	-unlocks destroyBonusWall42
1166
	*destroyBonusWall42
1167
	-"Destroy Finality Wall Gamma and move on to the next.<br>Gives <b>8 sextillion</b> bricks and <b>4 decillion</b> cash.<br>Gives <b>1</b> Finality Brick and <b>75</b> time bricks.<br>Worth <b>50,000</b> cosmic knowledge."
1168
	-costs 16000000000000000000000000000000000 totalMoney
1169
	-gives 8000000000000000000000 bricks when bought
1170
	-gives 8000000000000000000000 totalBricks when bought
1171
	-gives 4000000000000000000000000000000000 money when bought
1172
	-represents 1 wallsDestroyed
1173
	-represents 1 finalityBricks, 75 timeBricks
1174
	-represents 50000 prePrestige
1175
	-classed bonuswall
1176
	-named Destroy Finality Wall Gamma
1177
	-locks destroyBonusWall42
1178
	-costs 1 wallRequirement
1179
	-gives 1 wallRequirement when bought
1180
	-unlocks destroyBonusWall43
1181
	*destroyBonusWall43
1182
	-"Destroy Finality Wall Beta and move on to the next.<br>Gives <b>32 sextillion</b> bricks and <b>16 decillion</b> cash.<br>Gives <b>1</b> Finality Brick and <b>125</b> time bricks.<br>Worth <b>75,000</b> cosmic knowledge."
1183
	-costs 64000000000000000000000000000000000 totalMoney
1184
	-gives 32000000000000000000000 bricks when bought
1185
	-gives 32000000000000000000000 totalBricks when bought
1186
	-gives 16000000000000000000000000000000000 money when bought
1187
	-represents 1 wallsDestroyed
1188
	-represents 1 finalityBricks, 125 timeBricks
1189
	-represents 75000 prePrestige
1190
	-classed bonuswall
1191
	-named Destroy Finality Wall Beta
1192
	-locks destroyBonusWall43
1193
	-costs 1 wallRequirement
1194
	-gives 1 wallRequirement when bought
1195
	-unlocks destroyBonusWall44
1196
	*destroyBonusWall44
1197
	-"Destroy Finality Wall Alpha and move on to the final boss.<br>Gives <b>128 sextillion</b> bricks and <b>64 decillion</b> cash.<br>Gives <b>2</b> Finality Bricks and <b>175</b> time bricks.<br>Worth <b>150,000</b> cosmic knowledge."
1198
	-costs 256000000000000000000000000000000000 totalMoney
1199
	-gives 128000000000000000000000 bricks when bought
1200
	-gives 128000000000000000000000 totalBricks when bought
1201
	-gives 64000000000000000000000000000000000 money when bought
1202
	-represents 1 wallsDestroyed
1203
	-represents 2 finalityBricks, 175 timeBricks
1204
	-represents 150000 prePrestige
1205
	-classed bonuswall
1206
	-named Destroy Finality Wall Alpha
1207
	-locks destroyBonusWall44
1208
	-costs 1 wallRequirement
1209
	-gives 1 wallRequirement when bought
1210
	-unlocks destroyBonusWall45
1211
	*destroyBonusWall45
1212
	-"Destroy the Boss Finality Wall, and claim true victory.<br>Gives <b>2 septillion</b> bricks and <b>1 undecillion</b> cash.<br>Gives <b>1</b> boss brick, <b>4</b> Finality Bricks, <b>40</b> End bricks, <b>500</b> time bricks, and <b>5,000</b> space bricks.<br>Worth <b>600,000</b> cosmic knowledge.<br>Unlocks any time upgrades that were not already unlocked."
1213
	-costs 5000000000000000000000000000000000000 totalMoney
1214
	-gives 2000000000000000000000000 bricks when bought
1215
	-gives 2000000000000000000000000 totalBricks when bought
1216
	-gives 1000000000000000000000000000000000000 money when bought
1217
	-builds 1 timeUpgradeProducer3 requiring 1 timesActuallyWon when bought
1218
	-represents 1 wallsDestroyed
1219
	-represents 1 winBricks, 1 goldBricks
1220
	-represents 4 finalityBricks, 40 endBricks, 500 timeBricks, 5000 spaceBricks
1221
	-represents 600000 prePrestige
1222
	-classed bonuswallboss
1223
	-unlocks wallDestroyer11
1224
	-unlocks productionMultiplierBlack
1225
	-unlocks timeUpgrade2
1226
	-unlocks timeUpgrade3
1227
	-unlocks timeUpgrade4
1228
	-unlocks timeUpgrade5
1229
	-unlocks timeUpgrade6
1230
	-unlocks timeUpgrade7
1231
	-unlocks timeUpgrade8
1232
	-unlocks timeUpgrade9
1233
	-unlocks timeUpgrade10
1234
	-unlocks timeUpgrade11
1235
	-unlocks timeUpgrade12
1236
	-unlocks timeUpgrade13
1237
	-unlocks timeUpgrade14
1238
	-unlocks timeUpgrade15
1239
	-unlocks timeUpgrade16
1240
	-unlocks timeUpgrade17
1241
	-unlocks timeUpgrade18
1242
	-unlocks timeUpgrade19
1243
	-unlocks timeUpgrade20
1244
	-named Destroy Boss Finality Wall
1245
	-costs 1 wallRequirement
1246
	-gives 1 wallRequirement when bought
1247
	-locks destroyBonusWall45
1248
1249
	*timeUpgradeProducer
1250
	-abstract
1251
	-gives 1 timeUpgradeResource2 0.005% of the time
1252
	-gives 1 timeUpgradeResource3 0.005% of the time
1253
	-gives 1 timeUpgradeResource4 0.005% of the time
1254
	-gives 1 timeUpgradeResource5 0.005% of the time
1255
	-gives 1 timeUpgradeResource6 0.005% of the time
1256
	-gives 1 timeUpgradeResource7 0.005% of the time
1257
	-gives 1 timeUpgradeResource8 0.005% of the time
1258
	-gives 1 timeUpgradeResource9 0.005% of the time
1259
	-gives 1 timeUpgradeResource10 0.005% of the time
1260
	-gives 1 timeUpgradeResource11 0.005% of the time
1261
	-gives 1 timeUpgradeResource12 0.005% of the time
1262
	*timeUpgradeProducer2
1263
	-abstract
1264
	-gives 1 timeUpgradeResource13 0.005% of the time
1265
	-gives 1 timeUpgradeResource14 0.005% of the time
1266
	-gives 1 timeUpgradeResource15 0.005% of the time
1267
	-gives 1 timeUpgradeResource16 0.005% of the time
1268
	-gives 1 timeUpgradeResource17 0.005% of the time
1269
	-gives 1 timeUpgradeResource18 0.005% of the time
1270
	-gives 1 timeUpgradeResource19 0.005% of the time
1271
	-gives 1 timeUpgradeResource20 0.005% of the time
1272
	*timeUpgradeProducer3
1273
	-abstract
1274
	-gives 1 timeUpgradeResource21 0.005% of the time
1275
1276
	*puncher
1277
    -"Melee building<br>Does <b>0.1</b> base damage.<br><i>Punches the wall for you.</i> 
1278
	-costs 20 money
1279
	-gives 0.1 money
1280
	-gives 0.1 totalMoney
1281
	-gives 0.1 puncherDamage
1282
	-named Puncher|Punchers
1283
	-represents 1 building
1284
	-visible
1285
1286
	*clubber
1287
	-"Melee building<br>Does <b>0.5</b> base damage.<br><i>Not to be confused with the other kind of clubbing.</i>"
1288
	-costs 150 money
1289
	-gives 0.5 money
1290
	-gives 0.5 totalMoney
1291
	-gives 0.5 clubberDamage
1292
	-named Clubber|Clubbers
1293
	-represents 1 building
1294
	-visible
1295
1296
	*swordsman
1297
	-"Melee building<br>Does <b>2.5</b> base damage.<br><i>Some question the use of swords on a brick wall. Those guys are lame.</i>"
1298
	-costs 1100 money
1299
	-gives 2.5 money
1300
	-gives 2.5 totalMoney
1301
	-gives 2.5 swordsmanDamage
1302
	-named Swordsman|Swordsmen
1303
	-represents 1 building
1304
	-visible
1305
1306
    *gunner
1307
	-"Ranged building<br>Does <b>30</b> base damage.<br><i>Shoots his gun.</i>"
1308
	-costs 16000 money
1309
	-gives 30 money
1310
	-gives 30 totalMoney
1311
	-gives 30 gunnerDamage
1312
	-named Gunshooter|Gunshooters
1313
	-represents 1 building
1314
	-visible
1315
1316
	*grenade
1317
	-"Ranged building<br>Does <b>500</b> base damage.<br><i>A man with grenades. I am a master of descriptions.</i>"
1318
	-costs 400000 money
1319
	-gives 500 money
1320
	-gives 500 totalMoney
1321
	-gives 500 grenadeDamage
1322
	-named Grenademan|Grenademen
1323
	-represents 1 building
1324
	-visible
1325
1326
	*wreckingBall
1327
	-"Heavy duty building<br>Does <b>7,000</b> base damage.<br><i>Something actually meant for destroying walls.</i>"
1328
	-costs 8000000 money
1329
	-gives 7000 money
1330
	-gives 7000 totalMoney
1331
	-gives 7000 wreckingBallDamage
1332
	-named Wrecking Ball|Wrecking Balls
1333
	-represents 1 building
1334
	-visible
1335
1336
	*bulldozer
1337
	-"Heavy duty building<br>Does <b>80,000</b> base damage.<br><i>Rams the wall. So good.</i>"
1338
	-costs 120000000 money
1339
	-gives 80000 money
1340
	-gives 80000 totalMoney
1341
	-gives 80000 bulldozerDamage
1342
	-named Bulldozer|Bulldozers
1343
	-represents 1 building
1344
	-visible
1345
1346
	*airstrike
1347
	-"Heavy duty building<br>Does <b>2,500,000</b> base damage.<br><i>You know, the guy that calls airstrikes.</i>"
1348
	-costs 5000000000 money
1349
	-gives 2500000 money
1350
	-gives 2500000 totalMoney
1351
	-gives 2500000 airstrikeDamage
1352
	-named Airstrike Caller|Airstrike Callers
1353
	-represents 1 building
1354
	-visible
1355
1356
	*necromancer
1357
	-"Magic building<br>Does <b>33,333,333</b> base damage.<br><i>Raises dead wizards to destroy the wall with their dark magic. Requires bricks.</i>"
1358
	-costs 66666666666 money, 1 bricks
1359
	-gives 33333333 money
1360
	-gives 33333333 totalMoney
1361
	-gives 33333333 necromancerDamage
1362
	-named Necromancer|Necromancers
1363
	-represents 1 building
1364
	
1365
	*giant
1366
	-"Magic building<br>Does <b>250,000,000</b> base damage.<br><i>The prime inhabitants of the Old World, back from the dead. They smash the wall with their giant fists.</i>"
1367
	-costs 888888888888 money
1368
	-gives 250000000 money
1369
	-gives 250000000 totalMoney
1370
	-gives 250000000 giantDamage
1371
	-named Titan|Titans
1372
	-represents 1 building
1373
1374
	*demon
1375
	-"Magic building<br>Does <b>3,666,666,666</b> base damnage.<br><i>Defiles the wall with the darkest magic of all.</i>"
1376
	-costs 666 bricks
1377
	-gives 3666666666 money
1378
	-gives 3666666666 totalMoney
1379
	-gives 3666666666 demonDamage
1380
	-named Demon|Demons
1381
	-represents 1 building
1382
1383
	*compromiser
1384
	-"Dream building<br>Does <b>40,000,000,000</b> base damage.<br>Gives <b>0.1</b> fourth wall bricks.<br><i>Enters reality code and removes the wall from existence.</i>"
1385
	-costs 100101001011010 money
1386
	-gives 40000000000 money
1387
	-gives 40000000000 totalMoney
1388
	-gives 40000000000 compromiserDamage
1389
	-gives 0.1 fourthWallMatter
1390
	-gives 0.1 total4thWallMatter
1391
	-named Reality Compromiser|Reality Compromisers
1392
	-represents 1 building
1393
1394
	*lastBuilding
1395
	-"Dream building<br>Does <b>1,000,000,000,000,000</b> base damage.<br><i>Robots covered in The Black. They're really cool, so no one questions mixing the most dangerous & evil thing ever with cold, unfeeling robots.</i>"
1396
	-costs 52000000000000000000 money, 52000 fourthWallMatter
1397
	-gives 1000000000000000 money
1398
	-gives 1000000000000000 totalMoney
1399
	-gives 1000000000000000 lastDamage
1400
	-named Black Obliterator|Black Obliterators
1401
	-represents 1 building
1402
1403
	*brickFactory
1404
	-"Special building<br>Creates <b>0.05</b> base bricks.<br><i>Creates artificial bricks with dark magic. The wizards will never know.</i>"
1405
	-costs 16666666666666 money
1406
	-gives 0.05 bricks
1407
	-gives 0.05 totalBricks
1408
	-named Brick Factory|Brick Factories
1409
	-unlocks at 3 wallsDestroyed
1410
	-represents 1 building
1411
1412
Upgrades :
1413
	*win
1414
	-"Everything is <b>25%</b> more efficient if you have the pure brick. Everything is <b>20%</b> more efficient per true victory point.</b><br><i>It's time to go home.</i>"
1415
	-requires 800 puncher, 800 clubber, 700 swordsman, 700 gunner, 700 grenade, 700 wreckingBall, 600 bulldozer, 600 airstrike, 600 necromancer, 500 giant, 500 demon, 500 compromiser, 350 lastBuilding, 500 brickFactory
1416
	-requires 1e+35 handDamage, 5000000 prestige
1417
	-unlocks at 1 winBricks
1418
	-named The End
1419
	-unlocks won
1420
	-multiplies efficiency of hitWall by 25% per winBricks
1421
	-multiplies efficiency of puncher by 25% per winBricks
1422
	-multiplies efficiency of clubber by 25% per winBricks
1423
	-multiplies efficiency of swordsman by 25% per winBricks
1424
	-multiplies efficiency of gunner by 25% per winBricks
1425
	-multiplies efficiency of grenade by 25% per winBricks
1426
	-multiplies efficiency of wreckingBall by 25% per winBricks
1427
	-multiplies efficiency of bulldozer by 25% per winBricks
1428
	-multiplies efficiency of airstrike by 25% per winBricks
1429
	-multiplies efficiency of necromancer by 25% per winBricks
1430
	-multiplies efficiency of giant by 25% per winBricks
1431
	-multiplies efficiency of demon by 25% per winBricks
1432
	-multiplies efficiency of compromiser by 25% per winBricks
1433
	-multiplies efficiency of lastBuilding by 25% per winBricks
1434
	-multiplies efficiency of brickFactory by 25% per winBricks
1435
	-multiplies efficiency of makeBricks by 25% per winBricks
1436
	-multiplies efficiency of hitWall by 20% per timesActuallyWon
1437
	-multiplies efficiency of puncher by 20% per timesActuallyWon
1438
	-multiplies efficiency of clubber by 20% per timesActuallyWon
1439
	-multiplies efficiency of swordsman by 20% per timesActuallyWon
1440
	-multiplies efficiency of gunner by 20% per timesActuallyWon
1441
	-multiplies efficiency of grenade by 20% per timesActuallyWon
1442
	-multiplies efficiency of wreckingBall by 20% per timesActuallyWon
1443
	-multiplies efficiency of bulldozer by 20% per timesActuallyWon
1444
	-multiplies efficiency of airstrike by 20% per timesActuallyWon
1445
	-multiplies efficiency of necromancer by 20% per timesActuallyWon
1446
	-multiplies efficiency of giant by 20% per timesActuallyWon
1447
	-multiplies efficiency of demon by 20% per timesActuallyWon
1448
	-multiplies efficiency of compromiser by 20% per timesActuallyWon
1449
	-multiplies efficiency of lastBuilding by 20% per timesActuallyWon
1450
	-multiplies efficiency of brickFactory by 20% per timesActuallyWon
1451
	-multiplies efficiency of makeBricks by 20% per timesActuallyWon
1452
	-picture : http://i.imgur.com/nLIn2uJ.png
1453
1454
	*magicUnlock
1455
	-"We need bricks to trade with the underground wizards for their secrets. Bricks are their most valuable resource."
1456
	-costs 1 bricks
1457
	-named Magic Mining
1458
	-picture : http://i.imgur.com/eEoeiRj.png
1459
	-unlocks necromancer
1460
	-unlocks puncherUpgradeMagic1
1461
	-unlocks clubberUpgradeMagic
1462
	-unlocks swordsmanUpgradeMagic
1463
	-unlocks gunnerUpgradeMagic
1464
	*magicLevel2
1465
	-"Necromancers do <b>twice</b> as much damage.<br>Titans do <b>50%</b> more damage.<br>Unlocks the <b>brick factory</b>.<br><i>The wizards are saying we shouldn't go this deep, but we found these cool dark magic tablets.</i>"
1466
	-costs 66666666666666 money, 6 bricks
1467
	-named Deep Magic Mining
1468
	-multiplies efficiency of necromancer by 200%
1469
	-multiplies efficiency of giant by 150%
1470
	-unlocks brickFactory
1471
	-picture : http://i.imgur.com/3C1bIXe.png
1472
	*magicLevel3
1473
	-"Summons <b>demons</b>.<br>Necromancers and titans do <b>50%</b> more damage.<br><i>We need to mine into hell with dark magic so we can make a deal with the devil to destroy the wall. Everything about this plan is excellent.</i>"
1474
	-costs 6666666666666666 money, 66666 bricks
1475
	-named Dark Magic Mining
1476
	-multiplies efficiency of necromancer by 150%
1477
	-multiplies efficiency of giant by 150%
1478
	-unlocks demon
1479
	-picture : http://i.imgur.com/Z4p4G7T.png
1480
	*giantUnlock
1481
	-"The wizards are willing to raise titans from the dead to help destroy the walls. This is a good idea."
1482
	-costs 16 bricks
1483
	-named Summon Titans
1484
	-picture : http://i.imgur.com/YYCAyYr.png
1485
	-unlocks giant
1486
	-unlocks magicLevel2
1487
	*fourthWallUnlock
1488
	-"Unlocks <b>reality compromisers</b>.<br>Unlocks the <b>4th wall upgrade tier</b>.<br>We have discovered with the breaking of the 4th wall that we are all inside a stupid idle game. Not even a <i>real</i> game! But we can use this knowledge to our advantage..."
1489
	-costs 404400040440040440 money, 4004404 bricks
1490
	-named Reality Research 
1491
	-unlocks compromiser
1492
	-unlocks puncher4thWallUpgrade
1493
	-unlocks clubber4thWallUpgrade
1494
	-unlocks swordsman4thWallUpgrade
1495
	-unlocks gunner4thWallUpgrade
1496
	-unlocks grenade4thWallUpgrade
1497
	-unlocks wreckingBall4thWallUpgrade
1498
	-unlocks bulldozer4thWallUpgrade
1499
	-unlocks airstrike4thWallUpgrade
1500
	-picture : http://i.imgur.com/RH7gkh2.png
1501
1502
	*resetUnlock
1503
	-"Unlocks the <b>reset button</b>, which converts walls destroyed into future knowledge capsules.<br><i>We can rewind time and keep our knowledge.</i>"
1504
	-costs 1000 fourthWallMatter
1505
	-unlocks reset
1506
	-named Time Rewinders
1507
	-picture : http://i.imgur.com/T2QFa2N.png
1508
	
1509
	*damageConverterUnlock
1510
	-"Unlocks the ability to convert damage to cosmic knowledge, at the rate of 2 decillion to 1.<br><i>The hackers decided there was an easier way to go about this.<br> <br>"hacking??? lol overnab" ~1337 sn1p3r #4</i>"
1511
	-costs 1e37 money
1512
	-unlocks at 1 winBricks
1513
	-unlocks damageConverter
1514
	-named Prestige Hacker
1515
	-picture : http://i.imgur.com/bkEkr5p.png
1516
1517
	*finalWallUnlock
1518
	-"Unlocks <b>Black Obliterators</b>.<br><i>We have discovered a substance in [REDACTED] that holds more power than anything we have ever encountered. We call it The Black because it is pitch black.</i>"
1519
	-costs 42000000000000000000 money
1520
	-unlocks lastBuilding
1521
	-named Black Research
1522
	-picture : http://i.imgur.com/Pewjyq5.png
1523
1524
	*spaceResearch
1525
	-"Unlocks the <b>space upgrades</b>.<br><i>We suspect the space bricks contain many secrets of the universe. Because come on, like we'd find some totally useless bricks?</i>"
1526
	-costs 200000000000000000000000 money, 2000000000 fourthWallMatter
1527
	-named Space Brick Research
1528
	-unlocks spaceUpgrade1
1529
	-unlocks spaceUpgrade2
1530
	-unlocks spaceUpgrade3
1531
	-unlocks spaceUpgrade4
1532
	-unlocks spaceUpgrade5
1533
	-unlocks spaceUpgrade6
1534
	-unlocks spaceUpgrade7
1535
	-unlocks spaceUpgrade8
1536
	-unlocks spaceUpgrade9
1537
	-unlocks spaceUpgrade10
1538
	-picture : http://i.imgur.com/EfaZXcy.png
1539
	
1540
	*spaceUpgrade1
1541
	-"Hand punches do <b>35%</b> more damage.<br><i>A strange reality code find: everything has an 'importance level'. If we turn it up on you, your punches do more damage and you are luckier.</i>"
1542
	-costs 10 spaceBricks
1543
	-multiplies efficiency of hitWall by 135%
1544
	-named Importance Adjustments
1545
	-picture : http://i.imgur.com/X9d1a8M.png
1546
	*spaceUpgrade2
1547
	-"Melee buildings do <b>four times</b> as much damage.<br><i>"Exploiting glitches in reality code is fun, and only has a </i>small<i> chance to break the world!" ~RC Project Leader</i>"
1548
	-costs 10 spaceBricks
1549
	-multiplies efficiency of puncher by 400%
1550
	-multiplies efficiency of clubber by 400%
1551
	-multiplies efficiency of swordsman by 400%
1552
	-named Sharpness Paradox
1553
	-picture : http://i.imgur.com/4v6vBD4.png
1554
	*spaceUpgrade3
1555
	-"Ranged buildings do <b>four times</b> more damage.<br><i>"Seeing things get bigger as they move looks waaaaay trippy." ~Grenademan Project Leader, possibly under the influence</i>"
1556
	-costs 10 spaceBricks
1557
	-multiplies efficiency of gunner by 400%
1558
	-multiplies efficiency of grenade by 400%
1559
	-named Size Adjusting Scripts
1560
	-picture : http://i.imgur.com/jDy7JIQ.png
1561
	*spaceUpgrade4
1562
	-"Bulldozers do <b>three times</b> as much damage.<br><i>"We figured out a way to make something keep moving at the same speed even if something is in front of it. I suggest we don't use it because it sounds reeeeaally dangerous." ~Hacker #8</i>"
1563
	-costs 10 spaceBricks
1564
	-multiplies efficiency of bulldozer by 300%
1565
	-named Forced Movement
1566
	-picture : http://i.imgur.com/ZBMMz7s.png
1567
	*spaceUpgrade5
1568
	-"Wrecking balls do <b>four times</b> as much damage.<br>Airstrike callers do <b>twice</b> as much damage.<br><i>"Let's cut out the middleman and just use our new knowledge and the compromisers to totally wreck the walls with balls and strikes!" ~Hacker #37</i>"
1569
	-costs 10 spaceBricks
1570
	-multiplies efficiency of wreckingBall by 400%
1571
	-multiplies efficiency of airstrike by 200%
1572
	-named Extreme Telekinetics
1573
	-picture : http://i.imgur.com/WyJyF4U.png
1574
	*spaceUpgrade6
1575
	-"Everything is <b>8%</b> more efficient.<br><i>Using our new knowledge of space with the compromisers, pretty much everything can be made better. Mostly consists of making things bigger, of course.</i>"
1576
	-costs 15 spaceBricks
1577
	-multiplies efficiency of hitWall by 108%
1578
	-multiplies efficiency of puncher by 108%
1579
	-multiplies efficiency of clubber by 108%
1580
	-multiplies efficiency of swordsman by 108%
1581
	-multiplies efficiency of gunner by 108%
1582
	-multiplies efficiency of grenade by 108%
1583
	-multiplies efficiency of wreckingBall by 108%
1584
	-multiplies efficiency of bulldozer by 108%
1585
	-multiplies efficiency of airstrike by 108%
1586
	-multiplies efficiency of necromancer by 108%
1587
	-multiplies efficiency of giant by 108%
1588
	-multiplies efficiency of demon by 108%
1589
	-multiplies efficiency of compromiser by 108%
1590
	-multiplies efficiency of lastBuilding by 108%
1591
	-multiplies efficiency of brickFactory by 108%
1592
	-multiplies efficiency of makeBricks by 108%
1593
	-named Spacial Improvements
1594
	-picture : http://i.imgur.com/sLWYgGF.png
1595
	*spaceUpgrade7
1596
	-"Magic buildings do <b>25%</b> more damage.<br><i>"In the far stars and nebulae lies vast magical power... Is it possible you could access some of it?" ~A wizard, when asked how we could improve their magic with space powers</i>"
1597
	-costs 15 spaceBricks
1598
	-multiplies efficiency of necromancer by 125%
1599
	-multiplies efficiency of giant by 125%
1600
	-multiplies efficiency of demon by 125%
1601
	-named Cosmic Magic
1602
	-picture : http://i.imgur.com/irxNpBW.png
1603
	*spaceUpgrade8
1604
	-"Reality compromisers are <b>50%</b> more efficient.<br><i>"Thanks to the space bricks, we can remove many areas of code from the Don't Even Try It's Incomprehensible list!" ~Hacker #10</i>"
1605
	-costs 15 spaceBricks
1606
	-multiplies efficiency of compromiser by 150%
1607
	-named Space-Related Formulas
1608
	-picture : http://i.imgur.com/LMj6ofZ.png
1609
	*spaceUpgrade9
1610
	-"Brick factories and manual bricks are <b>5%</b> more efficient <b>per wall destroyed</b>.<br><i>The power within the walls' bricks is worth an incredible amount of fake bricks, and the space bricks are the secret to pulling that power out and putting it to use!</i>"
1611
	-costs 20 spaceBricks
1612
	-multiplies efficiency of brickFactory by 5% per wallsDestroyed
1613
	-multiplies efficiency of makeBricks by 5% per wallsDestroyed
1614
	-named Morphing Tech
1615
	-picture : http://i.imgur.com/2bgyPye.png
1616
	*spaceUpgrade10
1617
	-"Everything is <b>0.005%</b> more efficient <b>per building owned</b>.<br><i>Weight is tied to its associated objects, so all we have to do is dislodge the anchor and move it over to more important stuff. Wall destroying stuff.</i>"
1618
	-costs 35 spaceBricks
1619
	-multiplies efficiency of hitWall by 0.005% per building
1620
	-multiplies efficiency of puncher by 0.005% per building
1621
	-multiplies efficiency of clubber by 0.005% per building
1622
	-multiplies efficiency of swordsman by 0.005% per building
1623
	-multiplies efficiency of gunner by 0.005% per building
1624
	-multiplies efficiency of grenade by 0.005% per building
1625
	-multiplies efficiency of wreckingBall by 0.005% per building
1626
	-multiplies efficiency of bulldozer by 0.005% per building
1627
	-multiplies efficiency of airstrike by 0.005% per building
1628
	-multiplies efficiency of necromancer by 0.005% per building
1629
	-multiplies efficiency of giant by 0.005% per building
1630
	-multiplies efficiency of demon by 0.005% per building
1631
	-multiplies efficiency of compromiser by 0.005% per building
1632
	-multiplies efficiency of lastBuilding by 0.005% per building
1633
	-multiplies efficiency of brickFactory by 0.005% per building
1634
	-multiplies efficiency of makeBricks by 0.005% per building
1635
	-named Weight Relocation
1636
	-picture : http://i.imgur.com/frFPqZn.png
1637
1638
	*deepSpaceResearch
1639
	-"Unlocks the <b>deep space upgrades</b>.<br><i>"I can't even hold all these cosmic revelations!" ~Agent Johnson</i>"
1640
	-costs 500000000000000000000000000000 money, 50000000000000000 fourthWallMatter
1641
	-named Deep Space Research
1642
	-unlocks spaceUpgrade11
1643
	-unlocks spaceUpgrade12
1644
	-unlocks spaceUpgrade13
1645
	-unlocks spaceUpgrade14
1646
	-unlocks spaceUpgrade15
1647
	-unlocks spaceUpgrade16
1648
	-unlocks spaceUpgrade17
1649
	-unlocks spaceUpgrade18
1650
	-picture : http://i.imgur.com/onMV7rU.png
1651
	*spaceUpgrade11
1652
	-"Melee buildings do <b>0.5%</b> more damage <b>per dream building</b>.<br><i>"Using more theoretical assumptions and dubious workarounds than any upgrade before, it is truly an RUC accomplishment." ~Agent Brown in the DCT proposal</i>"
1653
	-costs 100 spaceBricks
1654
	-multiplies efficiency of puncher by 0.5% per compromiser
1655
	-multiplies efficiency of clubber by 0.5% per compromiser
1656
	-multiplies efficiency of swordsman by 0.5% per compromiser
1657
	-multiplies efficiency of puncher by 0.5% per lastBuilding
1658
	-multiplies efficiency of clubber by 0.5% per lastBuilding
1659
	-multiplies efficiency of swordsman by 0.5% per lastBuilding
1660
	-named Dreams Come True
1661
	-picture : http://i.imgur.com/uILIfAo.png
1662
	*spaceUpgrade12
1663
	-"Ranged buildings do <b>1.5%</b> more damage <b>per brick factory</b>.<br><i>A lost project we managed to recover. We don't know how it works, and our only documentation on it is the planned flavor text:<br>"Why does this require deep space knowledge, you ask? Well, [DATA CORRUPTED]"</i>"
1664
	-costs 100 spaceBricks
1665
	-multiplies efficiency of gunner by 1.5% per brickFactory
1666
	-multiplies efficiency of grenade by 1.5% per brickFactory
1667
	-named Brickshot
1668
	-picture : http://i.imgur.com/kUbZIrt.png
1669
	*spaceUpgrade13
1670
	-"Wrecking balls do <b>0.1%</b> more damage <b>per building owned</b>.<br><i>Give or take.</i>"
1671
	-costs 100 spaceBricks
1672
	-multiplies efficiency of wreckingBall by 0.1% per building
1673
	-named The Force Of A Thousand Balls
1674
	-picture : http://i.imgur.com/nESKwg1.png
1675
	*spaceUpgrade14
1676
	-"Melee, ranged, and heavy duty buildings do <b>0.3%</b> more damage <b>per reality compromiser</b>.<br><i>"Gravity? Physics? This is laaame." ~RC Project Leader in the FFR proposal</i>"
1677
	-costs 150 spaceBricks
1678
	-multiplies efficiency of puncher by 0.3% per compromiser
1679
	-multiplies efficiency of clubber by 0.3% per compromiser
1680
	-multiplies efficiency of swordsman by 0.3% per compromiser
1681
	-multiplies efficiency of gunner by 0.3% per compromiser
1682
	-multiplies efficiency of grenade by 0.3% per compromiser
1683
	-multiplies efficiency of wreckingBall by 0.3% per compromiser
1684
	-multiplies efficiency of bulldozer by 0.3% per compromiser
1685
	-multiplies efficiency of airstrike by 0.3% per compromiser
1686
	-named Freedom From Reality
1687
	-picture : http://i.imgur.com/ctiz8NH.png
1688
	*spaceUpgrade15
1689
	-"Brick factories are <b>25%</b> more efficient <b>per boss brick</b>.<br>Manual brick creation is <b>50%</b> more efficient <b>per boss brick</b>.<br><i>Of course the boss bricks are worth a ton of normal bricks. And of course it takes deep space understanding to know how to draw out that worth. This is just how these things work.</i>"
1690
	-costs 250 spaceBricks
1691
	-multiplies efficiency of brickFactory by 25% per goldBricks
1692
	-multiplies efficiency of makeBricks by 50% per goldBricks
1693
	-named Boss Power
1694
	-picture : http://i.imgur.com/9mZst2L.png
1695
	*spaceUpgrade16
1696
	-"Hand punches do <b>0.03%</b> more damage <b>per melee building</b>.<br><i>"Ladies and gentlemen, we are gathered here today because we have finally done it. It took the ability to manipulate reality, space and time, but we have finally combined the club knuckles with the sword knuckles." ~RUC CEO at the grand SCK presentation.</i>"
1697
	-costs 250 spaceBricks
1698
	-multiplies efficiency of hitWall by 0.03% per puncher
1699
	-multiplies efficiency of hitWall by 0.03% per clubber
1700
	-multiplies efficiency of hitWall by 0.03% per swordsman
1701
	-named Sword Club Knuckles
1702
	-picture : http://i.imgur.com/Wf0lExe.png
1703
	*spaceUpgrade17
1704
	-"Black obliterators do <b>50%</b> more damage.<br><i>With our new deep knowledge of space, we can understand a bit better just how many craps The Black gives. The answer: literally none. It has even been theorized that The Black could give negative craps.</i>"
1705
	-costs 350 spaceBricks
1706
	-multiplies efficiency of lastBuilding by 150%
1707
	-named Improved Handling
1708
	-picture : http://i.imgur.com/ascYTTw.png
1709
	*spaceUpgrade18
1710
	-"Everything is <b>0.004%</b> more efficient <b>per building owned</b>.<br><i>Yeah, there are totally alternate realities. The code for them is very complex, but luckily deep space knowledge gets us just far enough to be able to steal force and density from them.</i>"
1711
	-costs 700 spaceBricks
1712
	-multiplies efficiency of hitWall by 0.004% per building
1713
	-multiplies efficiency of puncher by 0.004% per building
1714
	-multiplies efficiency of clubber by 0.004% per building
1715
	-multiplies efficiency of swordsman by 0.004% per building
1716
	-multiplies efficiency of gunner by 0.004% per building
1717
	-multiplies efficiency of grenade by 0.004% per building
1718
	-multiplies efficiency of wreckingBall by 0.004% per building
1719
	-multiplies efficiency of bulldozer by 0.004% per building
1720
	-multiplies efficiency of airstrike by 0.004% per building
1721
	-multiplies efficiency of necromancer by 0.004% per building
1722
	-multiplies efficiency of giant by 0.004% per building
1723
	-multiplies efficiency of demon by 0.004% per building
1724
	-multiplies efficiency of compromiser by 0.004% per building
1725
	-multiplies efficiency of lastBuilding by 0.004% per building
1726
	-multiplies efficiency of brickFactory by 0.004% per building
1727
	-multiplies efficiency of makeBricks by 0.004% per building
1728
	-named Alternate Reality Forcestacking
1729
	-picture : http://i.imgur.com/uFTByUI.png
1730
1731
	*timeUpgrade1
1732
	-"Everything is <b>10%</b> more efficient.<br><i>The other time upgrades unlock randomly over time. You'll just have to wait. Possibly a long time, if you are not a lucker.</i>"
1733
	-costs 5 timeBricks
1734
	-named Chronological Improvements
1735
	-multiplies efficiency of hitWall by 110%
1736
	-multiplies efficiency of puncher by 110%
1737
	-multiplies efficiency of clubber by 110%
1738
	-multiplies efficiency of swordsman by 110%
1739
	-multiplies efficiency of gunner by 110%
1740
	-multiplies efficiency of grenade by 110%
1741
	-multiplies efficiency of wreckingBall by 110%
1742
	-multiplies efficiency of bulldozer by 110%
1743
	-multiplies efficiency of airstrike by 110%
1744
	-multiplies efficiency of necromancer by 110%
1745
	-multiplies efficiency of giant by 110%
1746
	-multiplies efficiency of demon by 110%
1747
	-multiplies efficiency of compromiser by 110%
1748
	-multiplies efficiency of lastBuilding by 110%
1749
	-multiplies efficiency of brickFactory by 110%
1750
	-multiplies efficiency of makeBricks by 110%
1751
	-picture : http://i.imgur.com/U84N3WY.png
1752
	*timeUpgrade2
1753
	-"Hand punches do <b>45%</b> more damage.<br>Punchers do <b>50%</b> more damage.<br><i>Punching, more than other things, takes well to ridiculous speeds.</i>"
1754
	-costs 5 timeBricks
1755
	-unlocks at 1 timeUpgradeResource2
1756
	-named Hyperspeed Punching
1757
	-multiplies efficiency of hitWall by 145%
1758
	-multiplies efficiency of puncher by 150%
1759
	-picture : http://i.imgur.com/wCv7CDx.png
1760
	*timeUpgrade3
1761
	-"Melee buildings do <b>0.4%</b> more damage <b>per magic building</b>.<br><i>Magic is like other useful forces, only magic.</i>"
1762
	-costs 5 timeBricks
1763
	-unlocks at 1 timeUpgradeResource3
1764
	-multiplies efficiency of puncher by 0.4% per necromancer
1765
	-multiplies efficiency of clubber by 0.4% per necromancer
1766
	-multiplies efficiency of swordsman by 0.4% per necromancer
1767
	-multiplies efficiency of puncher by 0.4% per giant
1768
	-multiplies efficiency of clubber by 0.4% per giant
1769
	-multiplies efficiency of swordsman by 0.4% per giant
1770
	-multiplies efficiency of puncher by 0.4% per demon
1771
	-multiplies efficiency of clubber by 0.4% per demon
1772
	-multiplies efficiency of swordsman by 0.4% per demon
1773
	-named Past Magic Residue
1774
	-picture : http://i.imgur.com/O5SW3NU.png
1775
	*timeUpgrade4
1776
	-"Gunners do <b>4%</b> more damage <b>per reality compromiser</b>.<br><i>"We've always wanted to shoot hundreds of bullets with each shot, but never had the bullets for it." ~Gunner Project Leader in the ATB proposal</i>"
1777
	-costs 5 timeBricks
1778
	-unlocks at 1 timeUpgradeResource4
1779
	-multiplies efficiency of gunner by 4% per compromiser
1780
	-named All The Bullets
1781
	-picture : http://i.imgur.com/HKL2QpN.png
1782
	*timeUpgrade5
1783
	-"Grenademen do <b>1.5%</b> more damage <b>per wrecking ball</b>.<br><i>"I approve any proposal with a really boss name, of course." ~RUC CEO on the proposal process</i>"
1784
	-costs 5 timeBricks
1785
	-unlocks at 1 timeUpgradeResource5
1786
	-multiplies efficiency of grenade by 1.5% per wreckingBall
1787
	-named Time-Wrecking Grenades
1788
	-picture : http://i.imgur.com/5kTlqj8.png
1789
	*timeUpgrade6
1790
	-"Heavy buildings do <b>0.1%</b> more damage <b>per 10 minutes since reset</b>.<br><i>There is much wisdom to be found in the art of smashing things.</i>"
1791
	-costs 5 timeBricks
1792
	-unlocks at 1 timeUpgradeResource6
1793
	-multiplies efficiency of wreckingBall by 0.01 per timeSinceReset
1794
	-multiplies efficiency of bulldozer by 0.01 per timeSinceReset
1795
	-multiplies efficiency of airstrike by 0.01 per timeSinceReset
1796
	-named Wisdom From Age
1797
	-picture : http://i.imgur.com/bnJorFQ.png
1798
	*timeUpgrade7
1799
	-"Necromancers do <b>twice</b> as much damage.<br><i>Makes for stronger and less zombie-like zombies, which the necromancers are saying totally cramps their style. (Too bad, we're in charge)</i>"
1800
	-unlocks at 1 timeUpgradeResource7
1801
	-costs 5 timeBricks
1802
	-multiplies efficiency of necromancer by 200%
1803
	-named Biological Clock Rewinders
1804
	-picture : http://i.imgur.com/w5BGKUZ.png
1805
	*timeUpgrade8
1806
	-"Titans do <b>twice</b> as much damage.<br><i>Giant things move too slow. The time bricks can help!</i>"
1807
	-unlocks at 1 timeUpgradeResource8
1808
	-costs 5 timeBricks
1809
	-multiplies efficiency of giant by 200%
1810
	-named Fast Forward
1811
	-picture : http://i.imgur.com/vG0W03L.png
1812
	*timeUpgrade9
1813
	-"Demons do <b>twice</b> as much damage.<br><i>Past demons are less tech-savvy, but better with their evil magic. The present demons have fun showing them all the new trolling methods they've invented.<br>EDIT: we may have made another mistake.</i>"
1814
	-costs 5 timeBricks
1815
	-unlocks at 1 timeUpgradeResource9
1816
	-multiplies efficiency of demon by 200%
1817
	-named Demons From The Past
1818
	-picture : http://i.imgur.com/cESUAsi.png
1819
	*timeUpgrade10
1820
	-"Dream buildings are <b>10%</b> more efficient <b>per boss brick</b>.<br><i>"If we explore into the past, each boss brick has a ton of reality secrets stored in it. It's like whoever constructed the walls is trying to help us destroy them!" ~RC Project Leader</i>"
1821
	-costs 10 timeBricks
1822
	-unlocks at 1 timeUpgradeResource10
1823
	-multiplies efficiency of compromiser by 10% per goldBricks
1824
	-multiplies efficiency of lastBuilding by 10% per goldBricks
1825
	-named Boss Research
1826
	-picture : http://i.imgur.com/n6j2v6z.png
1827
	*timeUpgrade11
1828
	-"Brick factories and hand bricks produce <b>twice</b> as many bricks.</b><br><i>This plan may have its critics, but it's totally safe to assume we will be making thousands of times more bricks in the future and the amount we're taking will be nothing. Yes. This is a good plan.</i>"
1829
	-costs 10 timeBricks
1830
	-unlocks at 1 timeUpgradeResource11
1831
	-multiplies efficiency of brickFactory by 200%
1832
	-multiplies efficiency of makeBricks by 200%
1833
	-named Future Bricks
1834
	-picture : http://i.imgur.com/cxmIElt.png
1835
	*timeUpgrade12
1836
	-"Everything is <b>0.2%</b> more efficient <b>per 100 minutes since reset.</b><br><i>Had to convince the 1337 sn1p3rs that this is a timestacking technique and not the act of spying on them to reveal what they're doing to the enemy team.</i>"
1837
	-costs 10 timeBricks
1838
	-unlocks at 1 timeUpgradeResource12
1839
	-multiplies efficiency of hitWall by 0.002% per timeSinceReset
1840
	-multiplies efficiency of puncher by 0.002% per timeSinceReset
1841
	-multiplies efficiency of clubber by 0.002% per timeSinceReset
1842
	-multiplies efficiency of swordsman by 0.002% per timeSinceReset
1843
	-multiplies efficiency of gunner by 0.002% per timeSinceReset
1844
	-multiplies efficiency of grenade by 0.002% per timeSinceReset
1845
	-multiplies efficiency of wreckingBall by 0.002% per timeSinceReset
1846
	-multiplies efficiency of bulldozer by 0.002% per timeSinceReset
1847
	-multiplies efficiency of airstrike by 0.002% per timeSinceReset
1848
	-multiplies efficiency of necromancer by 0.002% per timeSinceReset
1849
	-multiplies efficiency of giant by 0.002% per timeSinceReset
1850
	-multiplies efficiency of demon by 0.002% per timeSinceReset
1851
	-multiplies efficiency of compromiser by 0.002% per timeSinceReset
1852
	-multiplies efficiency of lastBuilding by 0.002% per timeSinceReset
1853
	-multiplies efficiency of brickFactory by 0.002% per timeSinceReset
1854
	-multiplies efficiency of makeBricks by 0.002% per timeSinceReset
1855
	-named Ghosting
1856
	-picture : http://i.imgur.com/M4T5Aol.png
1857
1858
	*timeUpgrade13
1859
	-"Hand punches do <b>30%</b> more damage <b>per random bonus punching point</b>, which the demons have a 1/20,000 chance of giving you every second, no matter how many you have.<br><i>The demons revealed that they stole some time bricks and gathered much more knowledge than we did. So of course they find a way to annoy us with it: they give us really useful knowledge, but only at random times, usually when inconvenient.</i>"
1860
	-costs 75 timeBricks
1861
	-unlocks at 1 timeUpgradeResource13
1862
	-multiplies efficiency of hitWall by 30% per timeUpgradeResource13
1863
	-named Random Punching Bonus
1864
	-picture : http://i.imgur.com/6WTh07Z.png
1865
	*timeUpgrade14
1866
	-"Melee buildings do <b>40%</b> more damage <b>per random bonus melee point</b>, which the demons have a 1/20,000 chance of giving you every second, no matter how many you have.<br><i>"The demons are kind of like Agent Johnson, only even bigger assholes." ~Agent Connor</i>"
1867
	-costs 50 timeBricks
1868
	-unlocks at 1 timeUpgradeResource14
1869
	-multiplies efficiency of puncher by 40% per timeUpgradeResource14
1870
	-multiplies efficiency of clubber by 40% per timeUpgradeResource14
1871
	-multiplies efficiency of swordsman by 40% per timeUpgradeResource14
1872
	-named Random Melee Bonus
1873
	-picture : http://i.imgur.com/EOAFOpK.png
1874
	*timeUpgrade15
1875
	-"Ranged buildings do <b>40%</b> more damage <b>per random bonus ranged point</b>, which the demons have a 1/20,000 chance of giving you every second, no matter how many you have.<br><i>"I'm playing Cookie Clicker, and I get an elder frenzy, when a demon appears and tapes a piece of paper with deep time information written on it over my screen. It's semi-transparent and I actually see a reindeer come on screen during the elder frenzy, when the demon takes my mouse and spends all my cookies on farms." ~Grenademan Project Leader</i>"
1876
	-costs 50 timeBricks
1877
	-unlocks at 1 timeUpgradeResource15
1878
	-multiplies efficiency of gunner by 40% per timeUpgradeResource15
1879
	-multiplies efficiency of grenade by 40% per timeUpgradeResource15
1880
	-named Random Ranged Bonus
1881
	-picture : http://i.imgur.com/C0FN0FI.png
1882
	*timeUpgrade16
1883
	-"Heavy duty buildings do <b>35%</b> more damage <b>per random bonus heavy point</b>, which the demons have a 1/20,000 chance of giving you every second, no matter how many you have.<br><i>"I was watching TV, and a demon jumps through the window and starts dishing out advanced time knowledge! I had to scramble for a pen with my greasy chip fingers because the assholes never repeat it. He then told me which characters die that season, took my chips, and left." ~Agent Carter<br>"I am so done." ~Head of Demon Relations</i>"
1884
	-costs 75 timeBricks
1885
	-unlocks at 1 timeUpgradeResource16
1886
	-multiplies efficiency of wreckingBall by 35% per timeUpgradeResource16
1887
	-multiplies efficiency of bulldozer by 35% per timeUpgradeResource16
1888
	-multiplies efficiency of airstrike by 35% per timeUpgradeResource16
1889
	-named Random Heavy Duty Bonus
1890
	-picture : http://i.imgur.com/kzkBClB.png
1891
	*timeUpgrade17
1892
	-"Magic buildings do <b>25%</b> more damage <b>per random bonus magic point</b>, which the demons have a 1/20,000 chance of giving you every second, no matter how many you have.<br><i>"I need to step up my game. The demons are freaking MASTERS." ~Agent Johnson</i>"
1893
	-costs 100 timeBricks
1894
	-unlocks at 1 timeUpgradeResource17
1895
	-multiplies efficiency of necromancer by 25% per timeUpgradeResource17
1896
	-multiplies efficiency of giant by 25% per timeUpgradeResource17
1897
	-multiplies efficiency of demon by 25% per timeUpgradeResource17
1898
	-named Random Magic Bonus
1899
	-picture : http://i.imgur.com/y3XeTNm.png
1900
	*timeUpgrade18
1901
	-"Brick factories and manual brick creation are <b>30%</b> more efficient <b>per random bonus brick point</b>, which the demons have a 1/20,000 chance of giving you every second, no matter how many you have.<br><i>"The worst part is that you can't complain that much, because they are giving you super useful info. Even if they tie a tape that repeats it only once to a brick and throw it through your window while you're taking a shower." ~Brick Factory Project Leader</i>"
1902
	-costs 150 timeBricks
1903
	-unlocks at 1 timeUpgradeResource18
1904
	-multiplies efficiency of brickFactory by 30% per timeUpgradeResource18
1905
	-multiplies efficiency of makeBricks by 30% per timeUpgradeResource18
1906
	-named Random Brick Bonus
1907
	-picture : http://i.imgur.com/VKCIKOq.png
1908
	*timeUpgrade19
1909
	-"Magic & dream buildings are <b>0.7%</b> more efficient <b>per wall destroyed</b>.<br><i>The walls have an incredible amount of power inside them, and we finally have a way to use it to our advantage. They sure don't seem to have any reason for having so much power inside them, as they just sit there doing nothing.</i>"
1910
	-costs 200 timeBricks
1911
	-unlocks at 1 timeUpgradeResource19
1912
	-multiplies efficiency of necromancer by 0.7% per wallsDestroyed
1913
	-multiplies efficiency of giant by 0.7% per wallsDestroyed
1914
	-multiplies efficiency of demon by 0.7% per wallsDestroyed
1915
	-multiplies efficiency of compromiser by 0.7% per wallsDestroyed
1916
	-multiplies efficiency of lastBuilding by 0.7% per wallsDestroyed
1917
	-named Temporal Power Extraction
1918
	-picture : http://i.imgur.com/QV85c3k.png
1919
	*timeUpgrade20
1920
	-"Everything is <b>0.2%</b> more efficient <b>per 100 minutes since reset.</b><br><i>"The deep time theories involved in this project are pretty dense. HAHAHAHAHAHA" ~Agent Johnson's only comment on the DTS proposal</i>"
1921
	-costs 300 timeBricks
1922
	-unlocks at 1 timeUpgradeResource20
1923
	-multiplies efficiency of hitWall by 0.002% per timeSinceReset
1924
	-multiplies efficiency of puncher by 0.002% per timeSinceReset
1925
	-multiplies efficiency of clubber by 0.002% per timeSinceReset
1926
	-multiplies efficiency of swordsman by 0.002% per timeSinceReset
1927
	-multiplies efficiency of gunner by 0.002% per timeSinceReset
1928
	-multiplies efficiency of grenade by 0.002% per timeSinceReset
1929
	-multiplies efficiency of wreckingBall by 0.002% per timeSinceReset
1930
	-multiplies efficiency of bulldozer by 0.002% per timeSinceReset
1931
	-multiplies efficiency of airstrike by 0.002% per timeSinceReset
1932
	-multiplies efficiency of necromancer by 0.002% per timeSinceReset
1933
	-multiplies efficiency of giant by 0.002% per timeSinceReset
1934
	-multiplies efficiency of demon by 0.002% per timeSinceReset
1935
	-multiplies efficiency of compromiser by 0.002% per timeSinceReset
1936
	-multiplies efficiency of lastBuilding by 0.002% per timeSinceReset
1937
	-multiplies efficiency of brickFactory by 0.002% per timeSinceReset
1938
	-multiplies efficiency of makeBricks by 0.002% per timeSinceReset
1939
	-named Density Timestacking
1940
	-picture : http://i.imgur.com/Q6oG66i.png
1941
	*timeUpgrade21
1942
	-"Dream buildings are <b>20%</b> more efficient <b>per random bonus dream point</b>, which the demons have a 1/20,000 chance of giving you every second, no matter how many you have.<br><i>"Okay, so there was a bonus to giving them The Amsora. IT WASN'T FUCKING WORTH IT." ~RC Project Leader, seconded by basically everyone<br> <br>"The demons are hilarious, you guys all need to chill." ~Agent Johnson<br>"My problem with the demons is this: They are horrible, garnished with awful, with a Satan on top." ~Agent Connor</i>"
1943
	-costs 1000 timeBricks, 1.23456789e37 money 
1944
	-unlocks at 1 timeUpgradeResource21, 1 timesActuallyWon
1945
	-multiplies efficiency of compromiser by 20% per timeUpgradeResource21
1946
	-multiplies efficiency of lastBuilding by 20% per timeUpgradeResource21
1947
	-named Random Dream Bonus
1948
	-picture : http://i.imgur.com/zq20OLd.png
1949
	
1950
	*specialBrickBonus
1951
	-"Everything is <b>0.001%</b> more efficient per <b>space brick</b> and <b>0.007%</b> per <b>time brick</b>.<br><i>"I can barely contain my excitement." ~Agent Johnson<br>"There's something about the massive concentration of sarcasm in your voice that makes me think otherwise." ~Agent Lawrence<br>"Look, I just want more interesting upgrades, okay?" ~Agent Johnson</i>"
1952
	-costs 8e24 bricks
1953
	-unlocks at 1 timesActuallyWon, 1 winBricks
1954
	-multiplies efficiency of hitWall by 0.001% per spaceBricks
1955
	-multiplies efficiency of puncher by 0.001% per spaceBricks
1956
	-multiplies efficiency of clubber by 0.001% per spaceBricks
1957
	-multiplies efficiency of swordsman by 0.001% per spaceBricks
1958
	-multiplies efficiency of gunner by 0.001% per spaceBricks
1959
	-multiplies efficiency of grenade by 0.001% per spaceBricks
1960
	-multiplies efficiency of wreckingBall by 0.001% per spaceBricks
1961
	-multiplies efficiency of bulldozer by 0.001% per spaceBricks
1962
	-multiplies efficiency of airstrike by 0.001% per spaceBricks
1963
	-multiplies efficiency of necromancer by 0.001% per spaceBricks
1964
	-multiplies efficiency of giant by 0.001% per spaceBricks
1965
	-multiplies efficiency of demon by 0.001% per spaceBricks
1966
	-multiplies efficiency of compromiser by 0.001% per spaceBricks
1967
	-multiplies efficiency of brickFactory by 0.001% per spaceBricks
1968
	-multiplies efficiency of lastBuilding by 0.001% per spaceBricks
1969
	-multiplies efficiency of makeBricks by 0.001% per spaceBricks
1970
	-multiplies efficiency of hitWall by 0.007% per timeBricks
1971
	-multiplies efficiency of puncher by 0.007% per timeBricks
1972
	-multiplies efficiency of clubber by 0.007% per timeBricks
1973
	-multiplies efficiency of swordsman by 0.007% per timeBricks
1974
	-multiplies efficiency of gunner by 0.007% per timeBricks
1975
	-multiplies efficiency of grenade by 0.007% per timeBricks
1976
	-multiplies efficiency of wreckingBall by 0.007% per timeBricks
1977
	-multiplies efficiency of bulldozer by 0.007% per timeBricks
1978
	-multiplies efficiency of airstrike by 0.007% per timeBricks
1979
	-multiplies efficiency of necromancer by 0.007% per timeBricks
1980
	-multiplies efficiency of giant by 0.007% per timeBricks
1981
	-multiplies efficiency of demon by 0.007% per timeBricks
1982
	-multiplies efficiency of compromiser by 0.007% per timeBricks
1983
	-multiplies efficiency of brickFactory by 0.007% per timeBricks
1984
	-multiplies efficiency of lastBuilding by 0.007% per timeBricks
1985
	-multiplies efficiency of makeBricks by 0.007% per timeBricks
1986
	-named Spacetime Extractors
1987
	-picture : http://i.imgur.com/6HcIknB.png
1988
	*specialBrickBonus2
1989
	-"Everything is <b>0.1%</b> more efficient per <b>End brick</b> and <b>1%</b> per <b>Finality Brick</b>.<br><i>If you're not extracting everything of value from everything, you clearly do not have enough extractors.</i>"
1990
	-costs 8.8e25 bricks
1991
	-unlocks at 5 timesActuallyWon, 1 winBricks
1992
	-multiplies efficiency of hitWall by 0.1% per endBricks
1993
	-multiplies efficiency of puncher by 0.1% per endBricks
1994
	-multiplies efficiency of clubber by 0.1% per endBricks
1995
	-multiplies efficiency of swordsman by 0.1% per endBricks
1996
	-multiplies efficiency of gunner by 0.1% per endBricks
1997
	-multiplies efficiency of grenade by 0.1% per endBricks
1998
	-multiplies efficiency of wreckingBall by 0.1% per endBricks
1999
	-multiplies efficiency of bulldozer by 0.1% per endBricks
2000
	-multiplies efficiency of airstrike by 0.1% per endBricks
2001
	-multiplies efficiency of necromancer by 0.1% per endBricks
2002
	-multiplies efficiency of giant by 0.1% per endBricks
2003
	-multiplies efficiency of demon by 0.1% per endBricks
2004
	-multiplies efficiency of compromiser by 0.1% per endBricks
2005
	-multiplies efficiency of brickFactory by 0.1% per endBricks
2006
	-multiplies efficiency of lastBuilding by 0.1% per endBricks
2007
	-multiplies efficiency of makeBricks by 0.1% per endBricks
2008
	-multiplies efficiency of hitWall by 1% per finalityBricks
2009
	-multiplies efficiency of puncher by 1% per finalityBricks
2010
	-multiplies efficiency of clubber by 1% per finalityBricks
2011
	-multiplies efficiency of swordsman by 1% per finalityBricks
2012
	-multiplies efficiency of gunner by 1% per finalityBricks
2013
	-multiplies efficiency of grenade by 1% per finalityBricks
2014
	-multiplies efficiency of wreckingBall by 1% per finalityBricks
2015
	-multiplies efficiency of bulldozer by 1% per finalityBricks
2016
	-multiplies efficiency of airstrike by 1% per finalityBricks
2017
	-multiplies efficiency of necromancer by 1% per finalityBricks
2018
	-multiplies efficiency of giant by 1% per finalityBricks
2019
	-multiplies efficiency of demon by 1% per finalityBricks
2020
	-multiplies efficiency of compromiser by 1% per finalityBricks
2021
	-multiplies efficiency of brickFactory by 1% per finalityBricks
2022
	-multiplies efficiency of lastBuilding by 1% per finalityBricks
2023
	-multiplies efficiency of makeBricks by 1% per finalityBricks
2024
	-named Extreme Extractors
2025
	-picture : http://i.imgur.com/5aqM5G5.png
2026
	
2027
	
2028
	*endStory
2029
	-"Everything is <b>5%</b> more efficient.<br><i>In the temple we found The Black, we also found a collection of mysterious scrolls. Maybe we should check those out. The at all readable ones, anyway.</i>"
2030
	-costs 2 endBricks
2031
	-multiplies efficiency of hitWall by 105%
2032
	-multiplies efficiency of puncher by 105%
2033
	-multiplies efficiency of clubber by 105%
2034
	-multiplies efficiency of swordsman by 105%
2035
	-multiplies efficiency of gunner by 105%
2036
	-multiplies efficiency of grenade by 105%
2037
	-multiplies efficiency of wreckingBall by 105%
2038
	-multiplies efficiency of bulldozer by 105%
2039
	-multiplies efficiency of airstrike by 105%
2040
	-multiplies efficiency of necromancer by 105%
2041
	-multiplies efficiency of giant by 105%
2042
	-multiplies efficiency of demon by 105%
2043
	-multiplies efficiency of compromiser by 105%
2044
	-multiplies efficiency of lastBuilding by 105%
2045
	-multiplies efficiency of brickFactory by 105%
2046
	-multiplies efficiency of makeBricks by 105%
2047
	-unlocks endStory2
2048
	-named Scrolls of The End
2049
	-picture : http://i.imgur.com/oH8QPgZ.png
2050
	*endStory2
2051
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>Cascada</b><br>"When The End comes we will all feel it, we will know it has arrived. The End </i>will<i> come, as nothing can truly halt The Harbinger.<br> <br>The End is not an end of us, or anything material. It is an end of ignorance, for The End will reveal what - or who - has hid behind the curtain the entire time."</i>"
2052
	-costs 2 endBricks
2053
	-requires 1 destroyBonusWall32
2054
	-multiplies efficiency of hitWall by 105%
2055
	-multiplies efficiency of puncher by 105%
2056
	-multiplies efficiency of clubber by 105%
2057
	-multiplies efficiency of swordsman by 105%
2058
	-multiplies efficiency of gunner by 105%
2059
	-multiplies efficiency of grenade by 105%
2060
	-multiplies efficiency of wreckingBall by 105%
2061
	-multiplies efficiency of bulldozer by 105%
2062
	-multiplies efficiency of airstrike by 105%
2063
	-multiplies efficiency of necromancer by 105%
2064
	-multiplies efficiency of giant by 105%
2065
	-multiplies efficiency of demon by 105%
2066
	-multiplies efficiency of compromiser by 105%
2067
	-multiplies efficiency of lastBuilding by 105%
2068
	-multiplies efficiency of brickFactory by 105%
2069
	-multiplies efficiency of makeBricks by 105%
2070
	-unlocks endStory3
2071
	-named Scroll B-8
2072
	-picture : http://i.imgur.com/q3LakAy.png
2073
	*endStory3
2074
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>Foreshadowing</b><br>"The previous verse was information not entirely accurate; the curtain seen behind in The End will only explain partially. I will draw the full curtain in the scrolls labelled 'C'."</i>"
2075
	-costs 2 endBricks
2076
	-requires 1 destroyBonusWall33
2077
	-multiplies efficiency of hitWall by 105%
2078
	-multiplies efficiency of puncher by 105%
2079
	-multiplies efficiency of clubber by 105%
2080
	-multiplies efficiency of swordsman by 105%
2081
	-multiplies efficiency of gunner by 105%
2082
	-multiplies efficiency of grenade by 105%
2083
	-multiplies efficiency of wreckingBall by 105%
2084
	-multiplies efficiency of bulldozer by 105%
2085
	-multiplies efficiency of airstrike by 105%
2086
	-multiplies efficiency of necromancer by 105%
2087
	-multiplies efficiency of giant by 105%
2088
	-multiplies efficiency of demon by 105%
2089
	-multiplies efficiency of compromiser by 105%
2090
	-multiplies efficiency of lastBuilding by 105%
2091
	-multiplies efficiency of brickFactory by 105%
2092
	-multiplies efficiency of makeBricks by 105%
2093
	-unlocks endStory4
2094
	-named Scroll B-9
2095
	-picture : http://i.imgur.com/q3LakAy.png
2096
	*endStory4
2097
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>Infinity & Eternity</b><br>"There are two absolute powers in this universe: The Black, and the Time Bear. The former, a mistake; the latter, a failsafe. Both were never intended to be encountered."</i>"
2098
	-costs 2 endBricks
2099
	-requires 1 destroyBonusWall34
2100
	-multiplies efficiency of hitWall by 105%
2101
	-multiplies efficiency of puncher by 105%
2102
	-multiplies efficiency of clubber by 105%
2103
	-multiplies efficiency of swordsman by 105%
2104
	-multiplies efficiency of gunner by 105%
2105
	-multiplies efficiency of grenade by 105%
2106
	-multiplies efficiency of wreckingBall by 105%
2107
	-multiplies efficiency of bulldozer by 105%
2108
	-multiplies efficiency of airstrike by 105%
2109
	-multiplies efficiency of necromancer by 105%
2110
	-multiplies efficiency of giant by 105%
2111
	-multiplies efficiency of demon by 105%
2112
	-multiplies efficiency of compromiser by 105%
2113
	-multiplies efficiency of lastBuilding by 105%
2114
	-multiplies efficiency of brickFactory by 105%
2115
	-multiplies efficiency of makeBricks by 105%
2116
	-unlocks endStory5
2117
	-named Scroll A-3
2118
	-picture : http://i.imgur.com/q3LakAy.png
2119
	*endStory5
2120
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>Standing on The Edge</b><br>"When I first saw The Black, I could tell it was not meant to exist, let alone be called upon. I did not understand how such a thing could be controlled, but I did not often understand what The King spoke of."</i>"
2121
	-costs 2 endBricks
2122
	-requires 1 destroyBonusWall35
2123
	-multiplies efficiency of hitWall by 105%
2124
	-multiplies efficiency of puncher by 105%
2125
	-multiplies efficiency of clubber by 105%
2126
	-multiplies efficiency of swordsman by 105%
2127
	-multiplies efficiency of gunner by 105%
2128
	-multiplies efficiency of grenade by 105%
2129
	-multiplies efficiency of wreckingBall by 105%
2130
	-multiplies efficiency of bulldozer by 105%
2131
	-multiplies efficiency of airstrike by 105%
2132
	-multiplies efficiency of necromancer by 105%
2133
	-multiplies efficiency of giant by 105%
2134
	-multiplies efficiency of demon by 105%
2135
	-multiplies efficiency of compromiser by 105%
2136
	-multiplies efficiency of lastBuilding by 105%
2137
	-multiplies efficiency of brickFactory by 105%
2138
	-multiplies efficiency of makeBricks by 105%
2139
	-unlocks endStory6
2140
	-named Scroll A-4
2141
	-picture : http://i.imgur.com/q3LakAy.png
2142
	*endStory6
2143
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>The Eternal Guardian</b><br>"The first and only time I felt the direct power of the Time Bear, I did not know what it was; I had not been told of its existence. When the Time Bear is near, it feels as if there is simply no hope; as if you are already dead."</i>"
2144
	-costs 3 endBricks
2145
	-requires 1 destroyBonusWall36
2146
	-multiplies efficiency of hitWall by 105%
2147
	-multiplies efficiency of puncher by 105%
2148
	-multiplies efficiency of clubber by 105%
2149
	-multiplies efficiency of swordsman by 105%
2150
	-multiplies efficiency of gunner by 105%
2151
	-multiplies efficiency of grenade by 105%
2152
	-multiplies efficiency of wreckingBall by 105%
2153
	-multiplies efficiency of bulldozer by 105%
2154
	-multiplies efficiency of airstrike by 105%
2155
	-multiplies efficiency of necromancer by 105%
2156
	-multiplies efficiency of giant by 105%
2157
	-multiplies efficiency of demon by 105%
2158
	-multiplies efficiency of compromiser by 105%
2159
	-multiplies efficiency of lastBuilding by 105%
2160
	-multiplies efficiency of brickFactory by 105%
2161
	-multiplies efficiency of makeBricks by 105%
2162
	-unlocks endStory7
2163
	-named Scroll A-8
2164
	-picture : http://i.imgur.com/q3LakAy.png
2165
	*endStory7
2166
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>Closing The Curtain</b><br>"In the 38th, The King made a choice. He declared that The Army never be revealed, but work in shadow; for no one must know the truth."</i>"
2167
	-costs 3 endBricks
2168
	-requires 1 destroyBonusWall37
2169
	-multiplies efficiency of hitWall by 105%
2170
	-multiplies efficiency of puncher by 105%
2171
	-multiplies efficiency of clubber by 105%
2172
	-multiplies efficiency of swordsman by 105%
2173
	-multiplies efficiency of gunner by 105%
2174
	-multiplies efficiency of grenade by 105%
2175
	-multiplies efficiency of wreckingBall by 105%
2176
	-multiplies efficiency of bulldozer by 105%
2177
	-multiplies efficiency of airstrike by 105%
2178
	-multiplies efficiency of necromancer by 105%
2179
	-multiplies efficiency of giant by 105%
2180
	-multiplies efficiency of demon by 105%
2181
	-multiplies efficiency of compromiser by 105%
2182
	-multiplies efficiency of lastBuilding by 105%
2183
	-multiplies efficiency of brickFactory by 105%
2184
	-multiplies efficiency of makeBricks by 105%
2185
	-unlocks endStory8
2186
	-named Scroll C-4
2187
	-picture : http://i.imgur.com/q3LakAy.png
2188
	*endStory8
2189
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>The Levee</b><br>"The first time I began to question our actions was when I witnessed #5's return from The Edge. Traversing The Edge is cheating reality, you're simply </i>not allowed<i> to do it. But The King does not care about the rules."</i>"
2190
	-costs 4 endBricks
2191
	-requires 1 destroyBonusWall38
2192
	-multiplies efficiency of hitWall by 105%
2193
	-multiplies efficiency of puncher by 105%
2194
	-multiplies efficiency of clubber by 105%
2195
	-multiplies efficiency of swordsman by 105%
2196
	-multiplies efficiency of gunner by 105%
2197
	-multiplies efficiency of grenade by 105%
2198
	-multiplies efficiency of wreckingBall by 105%
2199
	-multiplies efficiency of bulldozer by 105%
2200
	-multiplies efficiency of airstrike by 105%
2201
	-multiplies efficiency of necromancer by 105%
2202
	-multiplies efficiency of giant by 105%
2203
	-multiplies efficiency of demon by 105%
2204
	-multiplies efficiency of compromiser by 105%
2205
	-multiplies efficiency of lastBuilding by 105%
2206
	-multiplies efficiency of brickFactory by 105%
2207
	-multiplies efficiency of makeBricks by 105%
2208
	-named Scroll C-8
2209
	-unlocks endStory9
2210
	-picture : http://i.imgur.com/q3LakAy.png
2211
	*endStory9
2212
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>The Long Game</b><br>"In the 44th, The King appointed me Keeper of The Black. He said he found it too much to take care of along with his other duties. Looking back, this move is interesting; he has made no other large mistakes in his long reign."</i>"
2213
	-costs 4 endBricks
2214
	-requires 1 destroyBonusWall39
2215
	-multiplies efficiency of hitWall by 105%
2216
	-multiplies efficiency of puncher by 105%
2217
	-multiplies efficiency of clubber by 105%
2218
	-multiplies efficiency of swordsman by 105%
2219
	-multiplies efficiency of gunner by 105%
2220
	-multiplies efficiency of grenade by 105%
2221
	-multiplies efficiency of wreckingBall by 105%
2222
	-multiplies efficiency of bulldozer by 105%
2223
	-multiplies efficiency of airstrike by 105%
2224
	-multiplies efficiency of necromancer by 105%
2225
	-multiplies efficiency of giant by 105%
2226
	-multiplies efficiency of demon by 105%
2227
	-multiplies efficiency of compromiser by 105%
2228
	-multiplies efficiency of lastBuilding by 105%
2229
	-multiplies efficiency of brickFactory by 105%
2230
	-multiplies efficiency of makeBricks by 105%
2231
	-unlocks endStory10
2232
	-named Scroll C-37
2233
	-picture : http://i.imgur.com/q3LakAy.png
2234
	*endStory10
2235
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>Framework</b><br>"The End is more of a beginning - of an enlightened age; and a reminder that all things come to an end. But life will not come to an end when the sun burns out; it will end with The Finality."</i>"
2236
	-costs 4 endBricks
2237
	-requires 1 destroyBonusWall40
2238
	-multiplies efficiency of hitWall by 105%
2239
	-multiplies efficiency of puncher by 105%
2240
	-multiplies efficiency of clubber by 105%
2241
	-multiplies efficiency of swordsman by 105%
2242
	-multiplies efficiency of gunner by 105%
2243
	-multiplies efficiency of grenade by 105%
2244
	-multiplies efficiency of wreckingBall by 105%
2245
	-multiplies efficiency of bulldozer by 105%
2246
	-multiplies efficiency of airstrike by 105%
2247
	-multiplies efficiency of necromancer by 105%
2248
	-multiplies efficiency of giant by 105%
2249
	-multiplies efficiency of demon by 105%
2250
	-multiplies efficiency of compromiser by 105%
2251
	-multiplies efficiency of lastBuilding by 105%
2252
	-multiplies efficiency of brickFactory by 105%
2253
	-multiplies efficiency of makeBricks by 105%
2254
	-unlocks endStory11
2255
	-named Scroll B-20
2256
	-picture : http://i.imgur.com/q3LakAy.png
2257
	*endStory11
2258
	-"Everything is <b>5%</b> more efficient.<br> <br><i><b>Two Paths</b><br>"I received messages from powers I cannot understand; They spoke of The King, and his wrongs against reality itself. That is why I am writing this. I have betrayed The Army, for what I believe to be the greater good."</i>"
2259
	-costs 5 endBricks
2260
	-requires 1 destroyBonusWall41
2261
	-multiplies efficiency of hitWall by 105%
2262
	-multiplies efficiency of puncher by 105%
2263
	-multiplies efficiency of clubber by 105%
2264
	-multiplies efficiency of swordsman by 105%
2265
	-multiplies efficiency of gunner by 105%
2266
	-multiplies efficiency of grenade by 105%
2267
	-multiplies efficiency of wreckingBall by 105%
2268
	-multiplies efficiency of bulldozer by 105%
2269
	-multiplies efficiency of airstrike by 105%
2270
	-multiplies efficiency of necromancer by 105%
2271
	-multiplies efficiency of giant by 105%
2272
	-multiplies efficiency of demon by 105%
2273
	-multiplies efficiency of compromiser by 105%
2274
	-multiplies efficiency of lastBuilding by 105%
2275
	-multiplies efficiency of brickFactory by 105%
2276
	-multiplies efficiency of makeBricks by 105%
2277
	-named Scroll A-2
2278
	-picture : http://i.imgur.com/q3LakAy.png
2279
	*finalityUnlock
2280
	-"Unlocks <b>The Finality Scrolls</b>.<br>Everything is <b>10%</b> more efficient.<br><i>"These ones are even more old and dusty." ~Agent Carter<br>"Ooh, that means they're more important!" ~Agent Johnson</i>"
2281
	-costs 1 finalityBricks
2282
	-multiplies efficiency of hitWall by 110%
2283
	-multiplies efficiency of puncher by 110%
2284
	-multiplies efficiency of clubber by 110%
2285
	-multiplies efficiency of swordsman by 110%
2286
	-multiplies efficiency of gunner by 110%
2287
	-multiplies efficiency of grenade by 110%
2288
	-multiplies efficiency of wreckingBall by 110%
2289
	-multiplies efficiency of bulldozer by 110%
2290
	-multiplies efficiency of airstrike by 110%
2291
	-multiplies efficiency of necromancer by 110%
2292
	-multiplies efficiency of giant by 110%
2293
	-multiplies efficiency of demon by 110%
2294
	-multiplies efficiency of compromiser by 110%
2295
	-multiplies efficiency of brickFactory by 110%
2296
	-multiplies efficiency of lastBuilding by 110%
2297
	-multiplies efficiency of makeBricks by 110%
2298
	-unlocks endStory12
2299
	-named Scrolls of The Finality
2300
	-picture : http://i.imgur.com/ZDjMvWn.png
2301
	*endStory12
2302
	-"Everything is <b>10%</b> more efficient.<br> <br><i><b>The Revelation & The Remedy</b><br>"There is another similarity The Black and the Time Bear have. They both exist because of The King."</i>"
2303
	-costs 1 finalityBricks
2304
	-requires 1 destroyBonusWall42
2305
	-multiplies efficiency of hitWall by 110%
2306
	-multiplies efficiency of puncher by 110%
2307
	-multiplies efficiency of clubber by 110%
2308
	-multiplies efficiency of swordsman by 110%
2309
	-multiplies efficiency of gunner by 110%
2310
	-multiplies efficiency of grenade by 110%
2311
	-multiplies efficiency of wreckingBall by 110%
2312
	-multiplies efficiency of bulldozer by 110%
2313
	-multiplies efficiency of airstrike by 110%
2314
	-multiplies efficiency of necromancer by 110%
2315
	-multiplies efficiency of giant by 110%
2316
	-multiplies efficiency of demon by 110%
2317
	-multiplies efficiency of compromiser by 110%
2318
	-multiplies efficiency of brickFactory by 110%
2319
	-multiplies efficiency of lastBuilding by 110%
2320
	-multiplies efficiency of makeBricks by 110%
2321
	-unlocks endStory13
2322
	-named Scroll A-10
2323
	-picture : http://i.imgur.com/OG0I0gs.png
2324
	*endStory13
2325
	-"Everything is <b>10%</b> more efficient.<br> <br><i><b>Balance</b><br>"He caused Infinity, and to prevent reality from being further defiled, They created Eternity.<br> <br>Should these two powers collide, I believe it could very well cause The Finality."</i>"
2326
	-costs 1 finalityBricks
2327
	-requires 1 destroyBonusWall43
2328
	-multiplies efficiency of hitWall by 110%
2329
	-multiplies efficiency of puncher by 110%
2330
	-multiplies efficiency of clubber by 110%
2331
	-multiplies efficiency of swordsman by 110%
2332
	-multiplies efficiency of gunner by 110%
2333
	-multiplies efficiency of grenade by 110%
2334
	-multiplies efficiency of wreckingBall by 110%
2335
	-multiplies efficiency of bulldozer by 110%
2336
	-multiplies efficiency of airstrike by 110%
2337
	-multiplies efficiency of necromancer by 110%
2338
	-multiplies efficiency of giant by 110%
2339
	-multiplies efficiency of demon by 110%
2340
	-multiplies efficiency of compromiser by 110%
2341
	-multiplies efficiency of brickFactory by 110%
2342
	-multiplies efficiency of lastBuilding by 110%
2343
	-multiplies efficiency of makeBricks by 110%
2344
	-unlocks endStory14
2345
	-named Scroll A-11
2346
	-picture : http://i.imgur.com/OG0I0gs.png
2347
	*endStory14
2348
	-"Everything is <b>10%</b> more efficient.<br> <br><i><b>The Odyssey</b><br>"I am - or was - #1, the highest ranking member of The Army. I am writing this in the hope that someone will find it and discover the truth, for it is all true, kept secret for time beyond count by The King."</i>"
2349
	-costs 2 finalityBricks
2350
	-requires 1 destroyBonusWall44
2351
	-multiplies efficiency of hitWall by 110%
2352
	-multiplies efficiency of puncher by 110%
2353
	-multiplies efficiency of clubber by 110%
2354
	-multiplies efficiency of swordsman by 110%
2355
	-multiplies efficiency of gunner by 110%
2356
	-multiplies efficiency of grenade by 110%
2357
	-multiplies efficiency of wreckingBall by 110%
2358
	-multiplies efficiency of bulldozer by 110%
2359
	-multiplies efficiency of airstrike by 110%
2360
	-multiplies efficiency of necromancer by 110%
2361
	-multiplies efficiency of giant by 110%
2362
	-multiplies efficiency of demon by 110%
2363
	-multiplies efficiency of compromiser by 110%
2364
	-multiplies efficiency of brickFactory by 110%
2365
	-multiplies efficiency of lastBuilding by 110%
2366
	-multiplies efficiency of makeBricks by 110%
2367
	-unlocks endStory15
2368
	-named Scroll A-1
2369
	-picture : http://i.imgur.com/OG0I0gs.png
2370
	*endStory15
2371
	-"Everything is <b>10%</b> more efficient.<br> <br><i><b>Mirrorage</b><br>"I am no longer a member of The Army, the first member to ever leave. I am now simply The Keeper of The Black, for I must keep this infinite power away from The King.<br> <br>The title of this verse may be important to the cause; after writing the previous, I found an Edge message that had materialized on my temple saying only that word."</i>"
2372
	-costs 2 finalityBricks
2373
	-requires 1 destroyBonusWall45
2374
	-multiplies efficiency of hitWall by 110%
2375
	-multiplies efficiency of puncher by 110%
2376
	-multiplies efficiency of clubber by 110%
2377
	-multiplies efficiency of swordsman by 110%
2378
	-multiplies efficiency of gunner by 110%
2379
	-multiplies efficiency of grenade by 110%
2380
	-multiplies efficiency of wreckingBall by 110%
2381
	-multiplies efficiency of bulldozer by 110%
2382
	-multiplies efficiency of airstrike by 110%
2383
	-multiplies efficiency of necromancer by 110%
2384
	-multiplies efficiency of giant by 110%
2385
	-multiplies efficiency of demon by 110%
2386
	-multiplies efficiency of compromiser by 110%
2387
	-multiplies efficiency of brickFactory by 110%
2388
	-multiplies efficiency of lastBuilding by 110%
2389
	-multiplies efficiency of makeBricks by 110%
2390
	-unlocks endStory16
2391
	-named Scroll A-50
2392
	-picture : http://i.imgur.com/OG0I0gs.png
2393
	*endStory16
2394
	-"Everything is <b>10%</b> more efficient.<br> <br><i><b>The Legacy</b><br>"In the 42nd, The King created the Walls. He has recreated them for every Incarnation since. I still do not understand their purpose, but if there is one thing I know about The King, it's that he always has a reason."</i>"
2395
	-costs 2 finalityBricks
2396
	-multiplies efficiency of hitWall by 110%
2397
	-multiplies efficiency of puncher by 110%
2398
	-multiplies efficiency of clubber by 110%
2399
	-multiplies efficiency of swordsman by 110%
2400
	-multiplies efficiency of gunner by 110%
2401
	-multiplies efficiency of grenade by 110%
2402
	-multiplies efficiency of wreckingBall by 110%
2403
	-multiplies efficiency of bulldozer by 110%
2404
	-multiplies efficiency of airstrike by 110%
2405
	-multiplies efficiency of necromancer by 110%
2406
	-multiplies efficiency of giant by 110%
2407
	-multiplies efficiency of demon by 110%
2408
	-multiplies efficiency of compromiser by 110%
2409
	-multiplies efficiency of brickFactory by 110%
2410
	-multiplies efficiency of lastBuilding by 110%
2411
	-multiplies efficiency of makeBricks by 110%
2412
	-named Scroll C-32
2413
	-picture : http://i.imgur.com/OG0I0gs.png
2414
	*endStory17
2415
	-"Everything is <b>16%</b> more efficient.<br> <br><i><b>The Infuser</b><br>"The Army has attempted to create more substances with power similar to The Black. One of their attempts resulted in a strange volatile acid of which #21 said had no name, for it was a mistake. I saved the only sample of it in existence, and it is currently in possession of the Wizards. This unnamed substance is much less dangerous than The Black, and could be utilized safely by those outside of The Army."</i>"
2416
	-costs 7.3e36 money, 7.3e21 fourthwallmatter, 73 endBricks, 9 finalityBricks
2417
	-unlocks at 1 timesActuallyWon, 1 winBricks
2418
	-multiplies efficiency of hitWall by 116%
2419
	-multiplies efficiency of puncher by 116%
2420
	-multiplies efficiency of clubber by 116%
2421
	-multiplies efficiency of swordsman by 116%
2422
	-multiplies efficiency of gunner by 116%
2423
	-multiplies efficiency of grenade by 116%
2424
	-multiplies efficiency of wreckingBall by 116%
2425
	-multiplies efficiency of bulldozer by 116%
2426
	-multiplies efficiency of airstrike by 116%
2427
	-multiplies efficiency of necromancer by 116%
2428
	-multiplies efficiency of giant by 116%
2429
	-multiplies efficiency of demon by 116%
2430
	-multiplies efficiency of compromiser by 116%
2431
	-multiplies efficiency of brickFactory by 116%
2432
	-multiplies efficiency of lastBuilding by 116%
2433
	-multiplies efficiency of makeBricks by 116%
2434
	-named Scroll D-10
2435
	-picture : http://i.imgur.com/skLNAG0.png
2436
	*endStory18
2437
	-"Everything is <b>16%</b> more efficient.<br> <br><i><b>Words of Warning III</b><br>"If there is one member of The Army you must avoid speaking with, it is #17. While the lower numbers wield more power, they are rarely malicious in intent. If you see #17 at all, it may be too late."</i>"
2438
	-costs 2.6e37 money, 2.6e22 fourthwallmatter, 73 endBricks, 9 finalityBricks
2439
	-unlocks at 2 timesActuallyWon, 1 winBricks
2440
	-multiplies efficiency of hitWall by 116%
2441
	-multiplies efficiency of puncher by 116%
2442
	-multiplies efficiency of clubber by 116%
2443
	-multiplies efficiency of swordsman by 116%
2444
	-multiplies efficiency of gunner by 116%
2445
	-multiplies efficiency of grenade by 116%
2446
	-multiplies efficiency of wreckingBall by 116%
2447
	-multiplies efficiency of bulldozer by 116%
2448
	-multiplies efficiency of airstrike by 116%
2449
	-multiplies efficiency of necromancer by 116%
2450
	-multiplies efficiency of giant by 116%
2451
	-multiplies efficiency of demon by 116%
2452
	-multiplies efficiency of compromiser by 116%
2453
	-multiplies efficiency of brickFactory by 116%
2454
	-multiplies efficiency of lastBuilding by 116%
2455
	-multiplies efficiency of makeBricks by 116%
2456
	-named Scroll A-33
2457
	-picture : http://i.imgur.com/skLNAG0.png
2458
	*endStory19
2459
	-"Everything is <b>16%</b> more efficient.<br> <br><i><b>Method in Madness</b><br>"In an inscrutable move, The King has decided to leave his chess set on the A1 prime planet. Sometimes I feel that his only goal is to confuse everyone."</i>"
2460
	-costs 7.3e37 money, 7.3e22 fourthwallmatter, 73 endBricks, 9 finalityBricks
2461
	-unlocks at 3 timesActuallyWon, 1 winBricks
2462
	-multiplies efficiency of hitWall by 116%
2463
	-multiplies efficiency of puncher by 116%
2464
	-multiplies efficiency of clubber by 116%
2465
	-multiplies efficiency of swordsman by 116%
2466
	-multiplies efficiency of gunner by 116%
2467
	-multiplies efficiency of grenade by 116%
2468
	-multiplies efficiency of wreckingBall by 116%
2469
	-multiplies efficiency of bulldozer by 116%
2470
	-multiplies efficiency of airstrike by 116%
2471
	-multiplies efficiency of necromancer by 116%
2472
	-multiplies efficiency of giant by 116%
2473
	-multiplies efficiency of demon by 116%
2474
	-multiplies efficiency of compromiser by 116%
2475
	-multiplies efficiency of brickFactory by 116%
2476
	-multiplies efficiency of lastBuilding by 116%
2477
	-multiplies efficiency of makeBricks by 116%
2478
	-named Scroll D-4
2479
	-picture : http://i.imgur.com/skLNAG0.png
2480
	*endStory20
2481
	-"Everything is <b>16%</b> more efficient.<br> <br><i><b>Forbidden Techniques</b><br>"On the subject of how he came to create The Army, The King is entirely silent. I have... A </i>theory<i> of what he may have done, but I am only jumping to conclusions based on the magical power he wields. It is likely that there is a less implausible and absolutely insane way of acquiring such power."</i>"
2482
	-costs 4.44e38 money, 4.44e23 fourthwallmatter, 73 endBricks, 9 finalityBricks
2483
	-unlocks at 4 timesActuallyWon, 1 winBricks
2484
	-multiplies efficiency of hitWall by 116%
2485
	-multiplies efficiency of puncher by 116%
2486
	-multiplies efficiency of clubber by 116%
2487
	-multiplies efficiency of swordsman by 116%
2488
	-multiplies efficiency of gunner by 116%
2489
	-multiplies efficiency of grenade by 116%
2490
	-multiplies efficiency of wreckingBall by 116%
2491
	-multiplies efficiency of bulldozer by 116%
2492
	-multiplies efficiency of airstrike by 116%
2493
	-multiplies efficiency of necromancer by 116%
2494
	-multiplies efficiency of giant by 116%
2495
	-multiplies efficiency of demon by 116%
2496
	-multiplies efficiency of compromiser by 116%
2497
	-multiplies efficiency of brickFactory by 116%
2498
	-multiplies efficiency of lastBuilding by 116%
2499
	-multiplies efficiency of makeBricks by 116%
2500
	-named Scroll C-2
2501
	-picture : http://i.imgur.com/skLNAG0.png
2502
	
2503
2504
	*timeBearWard1
2505
	-"Everything is <b>5%</b> more efficient.<br><i>The wizards report feeling the power of the Time Bear upon their magic, and tell us not to manipulate time further. They can create wards that may steer the Time Bear in a different direction, making our guys less scared, therefore raising their productivity.</i>"
2506
	-costs 9876543 fourthWallMatter, 987654321 bricks
2507
	-unlocks at 30 prestige
2508
	-unlocks timeBearAchieve
2509
	-multiplies efficiency of hitWall by 105%
2510
	-multiplies efficiency of puncher by 105%
2511
	-multiplies efficiency of clubber by 105%
2512
	-multiplies efficiency of swordsman by 105%
2513
	-multiplies efficiency of gunner by 105%
2514
	-multiplies efficiency of grenade by 105%
2515
	-multiplies efficiency of wreckingBall by 105%
2516
	-multiplies efficiency of bulldozer by 105%
2517
	-multiplies efficiency of airstrike by 105%
2518
	-multiplies efficiency of necromancer by 105%
2519
	-multiplies efficiency of giant by 105%
2520
	-multiplies efficiency of demon by 105%
2521
	-multiplies efficiency of compromiser by 105%
2522
	-multiplies efficiency of lastBuilding by 105%
2523
	-multiplies efficiency of brickFactory by 105%
2524
	-multiplies efficiency of makeBricks by 105%
2525
	-named Bronze Time Bear Ward
2526
	-picture : http://i.imgur.com/DSMRgWX.png
2527
	*timeBearWard2
2528
	-"Everything is <b>5%</b> more efficient.<br><i>We asked the wizards what the Time Bear is, and they said "Something that you do not want aware of your presence." That's a little ominous, but not enough to stop us from using everything we have to take down this wall!</i>"
2529
	-costs 98765432 fourthWallMatter, 9876543210 bricks
2530
	-unlocks at 125 prestige, 2 resetTimes
2531
	-multiplies efficiency of hitWall by 105%
2532
	-multiplies efficiency of puncher by 105%
2533
	-multiplies efficiency of clubber by 105%
2534
	-multiplies efficiency of swordsman by 105%
2535
	-multiplies efficiency of gunner by 105%
2536
	-multiplies efficiency of grenade by 105%
2537
	-multiplies efficiency of wreckingBall by 105%
2538
	-multiplies efficiency of bulldozer by 105%
2539
	-multiplies efficiency of airstrike by 105%
2540
	-multiplies efficiency of necromancer by 105%
2541
	-multiplies efficiency of giant by 105%
2542
	-multiplies efficiency of demon by 105%
2543
	-multiplies efficiency of compromiser by 105%
2544
	-multiplies efficiency of lastBuilding by 105%
2545
	-multiplies efficiency of brickFactory by 105%
2546
	-multiplies efficiency of makeBricks by 105%
2547
	-named Silver Time Bear Ward
2548
	-picture : http://i.imgur.com/J1ef1UX.png
2549
	*timeBearWard3
2550
	-"Everything is <b>5%</b> more efficient.<br><i>We were going to ask the titans what the Time Bear is, but the translator wizards refused to ask them, saying "There are too many old wounds."</i>"
2551
	-costs 987654321 fourthWallMatter, 98765432101 bricks
2552
	-unlocks at 250 prestige, 3 resetTimes
2553
	-multiplies efficiency of hitWall by 105%
2554
	-multiplies efficiency of puncher by 105%
2555
	-multiplies efficiency of clubber by 105%
2556
	-multiplies efficiency of swordsman by 105%
2557
	-multiplies efficiency of gunner by 105%
2558
	-multiplies efficiency of grenade by 105%
2559
	-multiplies efficiency of wreckingBall by 105%
2560
	-multiplies efficiency of bulldozer by 105%
2561
	-multiplies efficiency of airstrike by 105%
2562
	-multiplies efficiency of necromancer by 105%
2563
	-multiplies efficiency of giant by 105%
2564
	-multiplies efficiency of demon by 105%
2565
	-multiplies efficiency of compromiser by 105%
2566
	-multiplies efficiency of lastBuilding by 105%
2567
	-multiplies efficiency of brickFactory by 105%
2568
	-multiplies efficiency of makeBricks by 105%
2569
	-named Gold Time Bear Ward
2570
	-picture : http://i.imgur.com/9gTyt89.png
2571
	*timeBearWard4
2572
	-"Everything is <b>5%</b> more efficient.<br><i>We asked the demons what the Time Bear is, and the chief demon said "Something you do not want anywhere near you." This sounds strange coming from the guy who has carried around some of the most dangerous things we have ever encountered and trolled people with them.</i>"
2573
	-costs 9876543210 fourthWallMatter, 987654321012 bricks
2574
	-unlocks at 400 prestige, 4 resetTimes
2575
	-multiplies efficiency of hitWall by 105%
2576
	-multiplies efficiency of puncher by 105%
2577
	-multiplies efficiency of clubber by 105%
2578
	-multiplies efficiency of swordsman by 105%
2579
	-multiplies efficiency of gunner by 105%
2580
	-multiplies efficiency of grenade by 105%
2581
	-multiplies efficiency of wreckingBall by 105%
2582
	-multiplies efficiency of bulldozer by 105%
2583
	-multiplies efficiency of airstrike by 105%
2584
	-multiplies efficiency of necromancer by 105%
2585
	-multiplies efficiency of giant by 105%
2586
	-multiplies efficiency of demon by 105%
2587
	-multiplies efficiency of compromiser by 105%
2588
	-multiplies efficiency of lastBuilding by 105%
2589
	-multiplies efficiency of brickFactory by 105%
2590
	-multiplies efficiency of makeBricks by 105%
2591
	-named Platinum Time Bear Ward
2592
	-picture : http://i.imgur.com/jmVBmsm.png
2593
	*timeBearWard5
2594
	-"Everything is <b>5%</b> more efficient.<br><i>One of our agents went crazy, muttering about seeing the Time Bear. The wizards are saying he may have been tainted and must be executed.</i>"
2595
	-costs 98765432101 fourthWallMatter, 9876543210123 bricks
2596
	-unlocks at 750 prestige, 5 resetTimes
2597
	-multiplies efficiency of hitWall by 105%
2598
	-multiplies efficiency of puncher by 105%
2599
	-multiplies efficiency of clubber by 105%
2600
	-multiplies efficiency of swordsman by 105%
2601
	-multiplies efficiency of gunner by 105%
2602
	-multiplies efficiency of grenade by 105%
2603
	-multiplies efficiency of wreckingBall by 105%
2604
	-multiplies efficiency of bulldozer by 105%
2605
	-multiplies efficiency of airstrike by 105%
2606
	-multiplies efficiency of necromancer by 105%
2607
	-multiplies efficiency of giant by 105%
2608
	-multiplies efficiency of demon by 105%
2609
	-multiplies efficiency of compromiser by 105%
2610
	-multiplies efficiency of lastBuilding by 105%
2611
	-multiplies efficiency of brickFactory by 105%
2612
	-multiplies efficiency of makeBricks by 105%
2613
	-named Ruby Time Bear Ward
2614
	-picture : http://i.imgur.com/GArKzmU.png
2615
	*timeBearWard6
2616
	-"Everything is <b>6%</b> more efficient.<br><i>Found graffiti on the side of RUC headquarters saying "THE TIME BEAR IS COMING". Reports of irrational feelings of fear when looking at it. Requesting termination of the Time Rewinder project. ~Agent Lawrence</i>"
2617
	-costs 987654321012 fourthWallMatter, 98765432101234 bricks
2618
	-unlocks at 1250 prestige, 6 resetTimes
2619
	-multiplies efficiency of hitWall by 106%
2620
	-multiplies efficiency of puncher by 106%
2621
	-multiplies efficiency of clubber by 106%
2622
	-multiplies efficiency of swordsman by 106%
2623
	-multiplies efficiency of gunner by 106%
2624
	-multiplies efficiency of grenade by 106%
2625
	-multiplies efficiency of wreckingBall by 106%
2626
	-multiplies efficiency of bulldozer by 106%
2627
	-multiplies efficiency of airstrike by 106%
2628
	-multiplies efficiency of necromancer by 106%
2629
	-multiplies efficiency of giant by 106%
2630
	-multiplies efficiency of demon by 106%
2631
	-multiplies efficiency of compromiser by 106%
2632
	-multiplies efficiency of lastBuilding by 106%
2633
	-multiplies efficiency of brickFactory by 106%
2634
	-multiplies efficiency of makeBricks by 106%
2635
	-named Emerald Time Bear Ward
2636
	-picture : http://i.imgur.com/wY0iwY4.png
2637
	*timeBearWard7
2638
	-"Everything is <b>6%</b> more efficient.<br><i>The graffiti is everywhere now. On all of our facilities. It seems to appear overnight, after the cameras strangely go offline. Requesting immediate termination of the Time Rewinder project. ~Chief of Security, RUC</i>"
2639
	-costs 9876543210123 fourthWallMatter, 987654321012345 bricks
2640
	-unlocks at 4000 prestige, 7 resetTimes
2641
	-multiplies efficiency of hitWall by 106%
2642
	-multiplies efficiency of puncher by 106%
2643
	-multiplies efficiency of clubber by 106%
2644
	-multiplies efficiency of swordsman by 106%
2645
	-multiplies efficiency of gunner by 106%
2646
	-multiplies efficiency of grenade by 106%
2647
	-multiplies efficiency of wreckingBall by 106%
2648
	-multiplies efficiency of bulldozer by 106%
2649
	-multiplies efficiency of airstrike by 106%
2650
	-multiplies efficiency of necromancer by 106%
2651
	-multiplies efficiency of giant by 106%
2652
	-multiplies efficiency of demon by 106%
2653
	-multiplies efficiency of compromiser by 106%
2654
	-multiplies efficiency of lastBuilding by 106%
2655
	-multiplies efficiency of brickFactory by 106%
2656
	-multiplies efficiency of makeBricks by 106%
2657
	-named Sapphire Time Bear Ward
2658
	-picture : http://i.imgur.com/k4IRYqQ.png
2659
	*timeBearWard8
2660
	-"Everything is <b>6%</b> more efficient.<br><i>"dude this is some creepy shit just cut the time crap" ~1337 sn1p3r #73</i>"
2661
	-costs 98765432101234 fourthWallMatter, 9876543210123456 bricks
2662
	-unlocks at 15000 prestige, 8 resetTimes
2663
	-multiplies efficiency of hitWall by 106%
2664
	-multiplies efficiency of puncher by 106%
2665
	-multiplies efficiency of clubber by 106%
2666
	-multiplies efficiency of swordsman by 106%
2667
	-multiplies efficiency of gunner by 106%
2668
	-multiplies efficiency of grenade by 106%
2669
	-multiplies efficiency of wreckingBall by 106%
2670
	-multiplies efficiency of bulldozer by 106%
2671
	-multiplies efficiency of airstrike by 106%
2672
	-multiplies efficiency of necromancer by 106%
2673
	-multiplies efficiency of giant by 106%
2674
	-multiplies efficiency of demon by 106%
2675
	-multiplies efficiency of compromiser by 106%
2676
	-multiplies efficiency of lastBuilding by 106%
2677
	-multiplies efficiency of brickFactory by 106%
2678
	-multiplies efficiency of makeBricks by 106%
2679
	-named Unobtainium Time Bear Ward
2680
	-picture : http://i.imgur.com/81XatRf.png
2681
	*timeBearWard9
2682
	-"Everything is <b>6%</b> more efficient.<br><i>We asked the wizards if there was any way to fully stop the Time Bear, and they said "You do not attempt to destroy the sun to prevent it from rising."</i>"
2683
	-costs 987654321012345 fourthWallMatter, 98765432101234567 bricks
2684
	-unlocks at 40000 prestige, 9 resetTimes
2685
	-multiplies efficiency of hitWall by 106%
2686
	-multiplies efficiency of puncher by 106%
2687
	-multiplies efficiency of clubber by 106%
2688
	-multiplies efficiency of swordsman by 106%
2689
	-multiplies efficiency of gunner by 106%
2690
	-multiplies efficiency of grenade by 106%
2691
	-multiplies efficiency of wreckingBall by 106%
2692
	-multiplies efficiency of bulldozer by 106%
2693
	-multiplies efficiency of airstrike by 106%
2694
	-multiplies efficiency of necromancer by 106%
2695
	-multiplies efficiency of giant by 106%
2696
	-multiplies efficiency of demon by 106%
2697
	-multiplies efficiency of compromiser by 106%
2698
	-multiplies efficiency of lastBuilding by 106%
2699
	-multiplies efficiency of brickFactory by 106%
2700
	-multiplies efficiency of makeBricks by 106%
2701
	-named Dark Matter Time Bear Ward
2702
	-picture : http://i.imgur.com/DyspkwM.png
2703
	*timeBearWard10
2704
	-"Everything is <b>6%</b> more efficient.<br><i>We asked the demons if they could stop the Time Bear, and they said "There are things that you do not mess with. With us, there are only two. Our boss, and the Time Bear."</i>"
2705
	-costs 9876543210123456 fourthWallMatter, 987654321012345678 bricks
2706
	-unlocks at 150000 prestige, 10 resetTimes
2707
	-multiplies efficiency of hitWall by 106%
2708
	-multiplies efficiency of puncher by 106%
2709
	-multiplies efficiency of clubber by 106%
2710
	-multiplies efficiency of swordsman by 106%
2711
	-multiplies efficiency of gunner by 106%
2712
	-multiplies efficiency of grenade by 106%
2713
	-multiplies efficiency of wreckingBall by 106%
2714
	-multiplies efficiency of bulldozer by 106%
2715
	-multiplies efficiency of airstrike by 106%
2716
	-multiplies efficiency of necromancer by 106%
2717
	-multiplies efficiency of giant by 106%
2718
	-multiplies efficiency of demon by 106%
2719
	-multiplies efficiency of compromiser by 106%
2720
	-multiplies efficiency of lastBuilding by 106%
2721
	-multiplies efficiency of brickFactory by 106%
2722
	-multiplies efficiency of makeBricks by 106%
2723
	-named Antimatter Time Bear Ward
2724
	-picture : http://i.imgur.com/VjKnTjf.png
2725
	*timeBearWard11
2726
	-"Everything is <b>6%</b> more efficient.<br><i>The reality compromiser project leader attempted to find the Time Bear in reality code, to remove it. He was found dead two hours later in the seat of a reality compromiser. When inspected for cause of death, it seemed he had died of shock.</i>"
2727
	-costs 98765432101234567 fourthWallMatter, 9876543210123456789 bricks
2728
	-unlocks at 400000 prestige, 11 resetTimes
2729
	-multiplies efficiency of hitWall by 106%
2730
	-multiplies efficiency of puncher by 106%
2731
	-multiplies efficiency of clubber by 106%
2732
	-multiplies efficiency of swordsman by 106%
2733
	-multiplies efficiency of gunner by 106%
2734
	-multiplies efficiency of grenade by 106%
2735
	-multiplies efficiency of wreckingBall by 106%
2736
	-multiplies efficiency of bulldozer by 106%
2737
	-multiplies efficiency of airstrike by 106%
2738
	-multiplies efficiency of necromancer by 106%
2739
	-multiplies efficiency of giant by 106%
2740
	-multiplies efficiency of demon by 106%
2741
	-multiplies efficiency of compromiser by 106%
2742
	-multiplies efficiency of lastBuilding by 106%
2743
	-multiplies efficiency of brickFactory by 106%
2744
	-multiplies efficiency of makeBricks by 106%
2745
	-named Rainbow Time Bear Ward
2746
	-picture : http://i.imgur.com/yZXIZw9.png
2747
	*timeBearWard12
2748
	-"Everything is <b>7%</b> more efficient.<br><i>"This is the last ward the wizards can make. I do not know where we should go from this. I am going to remove myself from anywhere that could be associated with time travel. This is a farewell message. The Time Bear is coming."<br>~CEO, RUC</i>"
2749
	-costs 9876543210123456789 fourthWallMatter, 987654321012345678900 bricks
2750
	-unlocks at 1500000 prestige, 11 resetTimes
2751
	-unlocks timeBearAchieve2
2752
	-multiplies efficiency of hitWall by 107%
2753
	-multiplies efficiency of puncher by 107%
2754
	-multiplies efficiency of clubber by 107%
2755
	-multiplies efficiency of swordsman by 107%
2756
	-multiplies efficiency of gunner by 107%
2757
	-multiplies efficiency of grenade by 107%
2758
	-multiplies efficiency of wreckingBall by 107%
2759
	-multiplies efficiency of bulldozer by 107%
2760
	-multiplies efficiency of airstrike by 107%
2761
	-multiplies efficiency of necromancer by 107%
2762
	-multiplies efficiency of giant by 107%
2763
	-multiplies efficiency of demon by 107%
2764
	-multiplies efficiency of compromiser by 107%
2765
	-multiplies efficiency of lastBuilding by 107%
2766
	-multiplies efficiency of brickFactory by 107%
2767
	-multiplies efficiency of makeBricks by 107%
2768
	-named Final Time Bear Ward
2769
	-picture : http://i.imgur.com/pBrcGq5.png
2770
	*timeBearWard13
2771
	-"Everything is <b>8%</b> more efficient.<br><i>There is one thing that does not fear the Time Bear: The Black. The most evil substance known to anyone may be our only hope.</i>"
2772
	-costs 987654321012345678900 fourthWallMatter, 98765432101234567890000 bricks
2773
	-unlocks at 4000000 prestige, 12 resetTimes
2774
	-multiplies efficiency of hitWall by 108%
2775
	-multiplies efficiency of puncher by 108%
2776
	-multiplies efficiency of clubber by 108%
2777
	-multiplies efficiency of swordsman by 108%
2778
	-multiplies efficiency of gunner by 108%
2779
	-multiplies efficiency of grenade by 108%
2780
	-multiplies efficiency of wreckingBall by 108%
2781
	-multiplies efficiency of bulldozer by 108%
2782
	-multiplies efficiency of airstrike by 108%
2783
	-multiplies efficiency of necromancer by 108%
2784
	-multiplies efficiency of giant by 108%
2785
	-multiplies efficiency of demon by 108%
2786
	-multiplies efficiency of compromiser by 108%
2787
	-multiplies efficiency of lastBuilding by 108%
2788
	-multiplies efficiency of brickFactory by 108%
2789
	-multiplies efficiency of makeBricks by 108%
2790
	-named Black Time Bear Ward
2791
	-picture : http://i.imgur.com/NXncdYY.png
2792
	*timeBearWard14
2793
	-"Everything is <b>11%</b> more efficient.<br><i>Whoever these guys were or are, they have supposedly come close to the Time Bear and survived. Perhaps their artifacts could help us.</i>"
2794
	-costs 98765432101234567890000 fourthWallMatter, 9876543210123456789000000 bricks
2795
	-unlocks at 9000000 prestige, 13 resetTimes
2796
	-multiplies efficiency of hitWall by 111%
2797
	-multiplies efficiency of puncher by 111%
2798
	-multiplies efficiency of clubber by 111%
2799
	-multiplies efficiency of swordsman by 111%
2800
	-multiplies efficiency of gunner by 111%
2801
	-multiplies efficiency of grenade by 111%
2802
	-multiplies efficiency of wreckingBall by 111%
2803
	-multiplies efficiency of bulldozer by 111%
2804
	-multiplies efficiency of airstrike by 111%
2805
	-multiplies efficiency of necromancer by 111%
2806
	-multiplies efficiency of giant by 111%
2807
	-multiplies efficiency of demon by 111%
2808
	-multiplies efficiency of compromiser by 111%
2809
	-multiplies efficiency of lastBuilding by 111%
2810
	-multiplies efficiency of brickFactory by 111%
2811
	-multiplies efficiency of makeBricks by 111%
2812
	-named Army Time Bear Ward
2813
	-picture : http://i.imgur.com/zZ9wpYI.png
2814
2815
	*wallMultiplier
2816
	-"Everything is <b>5%</b> more efficient for each wall you've destroyed.<br><i>Let's compile our knowledge of wall destroying in a book so we can learn from our past mistakes.<br>CEO EDIT: the RUC does not make mistakes.</i>"
2817
	-costs 250000000000 money
2818
	-multiplies efficiency of hitWall by 5% per wallsDestroyed
2819
	-multiplies efficiency of puncher by 5% per wallsDestroyed
2820
	-multiplies efficiency of clubber by 5% per wallsDestroyed
2821
	-multiplies efficiency of swordsman by 5% per wallsDestroyed
2822
	-multiplies efficiency of gunner by 5% per wallsDestroyed
2823
	-multiplies efficiency of grenade by 5% per wallsDestroyed
2824
	-multiplies efficiency of wreckingBall by 5% per wallsDestroyed
2825
	-multiplies efficiency of bulldozer by 5% per wallsDestroyed
2826
	-multiplies efficiency of airstrike by 5% per wallsDestroyed
2827
	-multiplies efficiency of necromancer by 5% per wallsDestroyed
2828
	-multiplies efficiency of giant by 5% per wallsDestroyed
2829
	-multiplies efficiency of demon by 5% per wallsDestroyed
2830
	-multiplies efficiency of compromiser by 5% per wallsDestroyed
2831
	-multiplies efficiency of lastBuilding by 5% per wallsDestroyed
2832
	-multiplies efficiency of makeBricks by 5% per wallsDestroyed
2833
	-multiplies efficiency of brickFactory by 5% per wallsDestroyed
2834
	-named The Chronicle
2835
	-picture : http://i.imgur.com/zqNeRti.png
2836
	
2837
	*productionMultiplier1
2838
	-"Everything does <b>5%</b> more damage.<br><i>To destroy the big wall, we may need to actually train our guys.</i>"
2839
	-costs 200000000000 money
2840
	-multiplies efficiency of hitWall by 105%
2841
	-multiplies efficiency of puncher by 105%
2842
	-multiplies efficiency of clubber by 105%
2843
	-multiplies efficiency of swordsman by 105%
2844
	-multiplies efficiency of gunner by 105%
2845
	-multiplies efficiency of grenade by 105%
2846
	-multiplies efficiency of wreckingBall by 105%
2847
	-multiplies efficiency of bulldozer by 105%
2848
	-multiplies efficiency of airstrike by 105%
2849
	-multiplies efficiency of necromancer by 105%
2850
	-multiplies efficiency of giant by 105%
2851
	-multiplies efficiency of demon by 105%
2852
	-multiplies efficiency of compromiser by 105%
2853
	-multiplies efficiency of lastBuilding by 105%
2854
	-named Training
2855
	-picture : http://i.imgur.com/93tCmIj.png
2856
	*productionMultiplier2
2857
	-"Everything does <b>5%</b> more damage.<br><i>We need to teach our guys all the tips & tricks of wall destroying.</i>"
2858
	-costs 20000000000000 money
2859
	-multiplies efficiency of hitWall by 105%
2860
	-multiplies efficiency of puncher by 105%
2861
	-multiplies efficiency of clubber by 105%
2862
	-multiplies efficiency of swordsman by 105%
2863
	-multiplies efficiency of gunner by 105%
2864
	-multiplies efficiency of grenade by 105%
2865
	-multiplies efficiency of wreckingBall by 105%
2866
	-multiplies efficiency of bulldozer by 105%
2867
	-multiplies efficiency of airstrike by 105%
2868
	-multiplies efficiency of necromancer by 105%
2869
	-multiplies efficiency of giant by 105%
2870
	-multiplies efficiency of demon by 105%
2871
	-multiplies efficiency of compromiser by 105%
2872
	-multiplies efficiency of lastBuilding by 105%
2873
	-named Wall-Destroying Classes
2874
	-picture : http://i.imgur.com/F4FwhJe.png
2875
	*productionMultiplier3
2876
	-"Everything does <b>10%</b> more damage.<br><i>Get PUMPED!</i>"
2877
	-costs 2000000000000000 money
2878
	-multiplies efficiency of hitWall by 110%
2879
	-multiplies efficiency of puncher by 110%
2880
	-multiplies efficiency of clubber by 110%
2881
	-multiplies efficiency of swordsman by 110%
2882
	-multiplies efficiency of gunner by 110%
2883
	-multiplies efficiency of grenade by 110%
2884
	-multiplies efficiency of wreckingBall by 110%
2885
	-multiplies efficiency of bulldozer by 110%
2886
	-multiplies efficiency of airstrike by 110%
2887
	-multiplies efficiency of necromancer by 110%
2888
	-multiplies efficiency of giant by 110%
2889
	-multiplies efficiency of demon by 110%
2890
	-multiplies efficiency of compromiser by 110%
2891
	-multiplies efficiency of lastBuilding by 110%
2892
	-named Intense Training
2893
	-picture : http://i.imgur.com/tHUohS4.png
2894
	*productionMultiplier4
2895
	-"Everything does <b>10%</b> more damage.<br><i>Now they know that there's no harm that can come to them unless you sell them.</i>"
2896
	-costs 200000000000000000 money
2897
	-multiplies efficiency of hitWall by 110%
2898
	-multiplies efficiency of puncher by 110%
2899
	-multiplies efficiency of clubber by 110%
2900
	-multiplies efficiency of swordsman by 110%
2901
	-multiplies efficiency of gunner by 110%
2902
	-multiplies efficiency of grenade by 110%
2903
	-multiplies efficiency of wreckingBall by 110%
2904
	-multiplies efficiency of bulldozer by 110%
2905
	-multiplies efficiency of airstrike by 110%
2906
	-multiplies efficiency of necromancer by 110%
2907
	-multiplies efficiency of giant by 110%
2908
	-multiplies efficiency of demon by 110%
2909
	-multiplies efficiency of compromiser by 110%
2910
	-multiplies efficiency of lastBuilding by 110%
2911
	-named Plot Armor
2912
	-picture : http://i.imgur.com/CSzNF0J.png
2913
	*productionMultiplier5
2914
	-"Everything does <b>25%</b> more damage.<br>Brick production <b>+20%</b>.<br><i>We have won over the walls. They will never again take over our world!</i>"
2915
	-costs 20000000000000000000 money
2916
	-unlocks at 5 wallsDestroyed
2917
	-multiplies efficiency of brickFactory by 120%
2918
	-multiplies efficiency of makeBricks by 120%
2919
	-multiplies efficiency of hitWall by 125%
2920
	-multiplies efficiency of puncher by 125%
2921
	-multiplies efficiency of clubber by 125%
2922
	-multiplies efficiency of swordsman by 125%
2923
	-multiplies efficiency of gunner by 125%
2924
	-multiplies efficiency of grenade by 125%
2925
	-multiplies efficiency of wreckingBall by 125%
2926
	-multiplies efficiency of bulldozer by 125%
2927
	-multiplies efficiency of airstrike by 125%
2928
	-multiplies efficiency of necromancer by 125%
2929
	-multiplies efficiency of giant by 125%
2930
	-multiplies efficiency of demon by 125%
2931
	-multiplies efficiency of compromiser by 125%
2932
	-multiplies efficiency of lastBuilding by 125%
2933
	-named Victory Dance
2934
	-picture : http://i.imgur.com/piFqUdL.png
2935
	*productionMultiplierMagic
2936
	-"Everything is <b>20%</b> more efficient.<br><i>"Yeah." ~The MEE proposal </i>"
2937
	-costs 1000000000000000000000 money
2938
	-multiplies efficiency of brickFactory by 120%
2939
	-multiplies efficiency of makeBricks by 120%
2940
	-multiplies efficiency of hitWall by 120%
2941
	-multiplies efficiency of puncher by 120%
2942
	-multiplies efficiency of clubber by 120%
2943
	-multiplies efficiency of swordsman by 120%
2944
	-multiplies efficiency of gunner by 120%
2945
	-multiplies efficiency of grenade by 120%
2946
	-multiplies efficiency of wreckingBall by 120%
2947
	-multiplies efficiency of bulldozer by 120%
2948
	-multiplies efficiency of airstrike by 120%
2949
	-multiplies efficiency of necromancer by 120%
2950
	-multiplies efficiency of giant by 120%
2951
	-multiplies efficiency of demon by 120%
2952
	-multiplies efficiency of compromiser by 120%
2953
	-multiplies efficiency of lastBuilding by 120%
2954
	-named Magically Enhanced Everything
2955
	-picture : http://i.imgur.com/aaFiNNp.png
2956
	*productionMultiplierMagic2
2957
	-"Everything is <b>20%</b> more efficient.<br><i>Teleportation spells, movement spells, telekinesis spells, pickle jar opening spells, you name it.</i>"
2958
	-costs 50000000000000000000000 money
2959
	-multiplies efficiency of brickFactory by 120%
2960
	-multiplies efficiency of makeBricks by 120%
2961
	-multiplies efficiency of hitWall by 120%
2962
	-multiplies efficiency of puncher by 120%
2963
	-multiplies efficiency of clubber by 120%
2964
	-multiplies efficiency of swordsman by 120%
2965
	-multiplies efficiency of gunner by 120%
2966
	-multiplies efficiency of grenade by 120%
2967
	-multiplies efficiency of wreckingBall by 120%
2968
	-multiplies efficiency of bulldozer by 120%
2969
	-multiplies efficiency of airstrike by 120%
2970
	-multiplies efficiency of necromancer by 120%
2971
	-multiplies efficiency of giant by 120%
2972
	-multiplies efficiency of demon by 120%
2973
	-multiplies efficiency of compromiser by 120%
2974
	-multiplies efficiency of lastBuilding by 120%
2975
	-named Utility Spells 
2976
	-picture : http://i.imgur.com/xGhYI9W.png
2977
	*productionMultiplierMagic3
2978
	-"Everything is <b>20%</b> more efficient.<br><i>All the knowledge and history the wizards have, and it's only slightly biased towards them!</i>"
2979
	-costs 2000000000000000000000000 money
2980
	-multiplies efficiency of brickFactory by 120%
2981
	-multiplies efficiency of makeBricks by 120%
2982
	-multiplies efficiency of hitWall by 120%
2983
	-multiplies efficiency of puncher by 120%
2984
	-multiplies efficiency of clubber by 120%
2985
	-multiplies efficiency of swordsman by 120%
2986
	-multiplies efficiency of gunner by 120%
2987
	-multiplies efficiency of grenade by 120%
2988
	-multiplies efficiency of wreckingBall by 120%
2989
	-multiplies efficiency of bulldozer by 120%
2990
	-multiplies efficiency of airstrike by 120%
2991
	-multiplies efficiency of necromancer by 120%
2992
	-multiplies efficiency of giant by 120%
2993
	-multiplies efficiency of demon by 120%
2994
	-multiplies efficiency of compromiser by 120%
2995
	-multiplies efficiency of lastBuilding by 120%
2996
	-named Access to The Great Wizard Library 
2997
	-picture : http://i.imgur.com/WL4ZfF1.png
2998
	*productionMultiplier6
2999
	-"Everything is <b>25%</b> more efficient.<br><i>When the RUC becomes the sole power on Earth, we can finally continue our work uninterrupted by whiners. Whiners that can actually do anything to us, that is.</i>"
3000
	-costs 100000000000000000000000000 money
3001
	-multiplies efficiency of brickFactory by 125%
3002
	-multiplies efficiency of makeBricks by 125%
3003
	-multiplies efficiency of hitWall by 125%
3004
	-multiplies efficiency of puncher by 125%
3005
	-multiplies efficiency of clubber by 125%
3006
	-multiplies efficiency of swordsman by 125%
3007
	-multiplies efficiency of gunner by 125%
3008
	-multiplies efficiency of grenade by 125%
3009
	-multiplies efficiency of wreckingBall by 125%
3010
	-multiplies efficiency of bulldozer by 125%
3011
	-multiplies efficiency of airstrike by 125%
3012
	-multiplies efficiency of necromancer by 125%
3013
	-multiplies efficiency of giant by 125%
3014
	-multiplies efficiency of demon by 125%
3015
	-multiplies efficiency of compromiser by 125%
3016
	-multiplies efficiency of lastBuilding by 125%
3017
	-named World Domination
3018
	-picture : http://i.imgur.com/fGDPekC.png
3019
	*productionMultiplierHell
3020
	-"Everything is <b>20%</b> more efficient.<br><i>Since they are immortal, the demons have learned a lot over the years. Lucky for us, a lot of that knowledge has to do with destroying things!</i>"
3021
	-costs 5000000000000000000000000000 money
3022
	-multiplies efficiency of brickFactory by 120%
3023
	-multiplies efficiency of makeBricks by 120%
3024
	-multiplies efficiency of hitWall by 120%
3025
	-multiplies efficiency of puncher by 120%
3026
	-multiplies efficiency of clubber by 120%
3027
	-multiplies efficiency of swordsman by 120%
3028
	-multiplies efficiency of gunner by 120%
3029
	-multiplies efficiency of grenade by 120%
3030
	-multiplies efficiency of wreckingBall by 120%
3031
	-multiplies efficiency of bulldozer by 120%
3032
	-multiplies efficiency of airstrike by 120%
3033
	-multiplies efficiency of necromancer by 120%
3034
	-multiplies efficiency of giant by 120%
3035
	-multiplies efficiency of demon by 120%
3036
	-multiplies efficiency of compromiser by 120%
3037
	-multiplies efficiency of lastBuilding by 120%
3038
	-named Demon Advice
3039
	-picture : http://i.imgur.com/2Dd5II9.png
3040
	*productionMultiplierHell2
3041
	-"Everything is <b>20%</b> more efficient.<br><i>According to the head demon, membership costs one animal sacrifice/month, or one human sacrifice/month for Premium.</i>"
3042
	-costs 150000000000000000000000000000 money
3043
	-multiplies efficiency of brickFactory by 120%
3044
	-multiplies efficiency of makeBricks by 120%
3045
	-multiplies efficiency of hitWall by 120%
3046
	-multiplies efficiency of puncher by 120%
3047
	-multiplies efficiency of clubber by 120%
3048
	-multiplies efficiency of swordsman by 120%
3049
	-multiplies efficiency of gunner by 120%
3050
	-multiplies efficiency of grenade by 120%
3051
	-multiplies efficiency of wreckingBall by 120%
3052
	-multiplies efficiency of bulldozer by 120%
3053
	-multiplies efficiency of airstrike by 120%
3054
	-multiplies efficiency of necromancer by 120%
3055
	-multiplies efficiency of giant by 120%
3056
	-multiplies efficiency of demon by 120%
3057
	-multiplies efficiency of compromiser by 120%
3058
	-multiplies efficiency of lastBuilding by 120%
3059
	-named Library of Hell Membership
3060
	-picture : http://i.imgur.com/iSfb0Ls.png
3061
	*productionMultiplierHell3
3062
	-"Everything is <b>20%</b> more efficient.<br><i>He'll give us a sample of his magic for only 666 human souls!</i>"
3063
	-costs 10000000000000000000000000000000 money
3064
	-multiplies efficiency of brickFactory by 120%
3065
	-multiplies efficiency of makeBricks by 120%
3066
	-multiplies efficiency of hitWall by 120%
3067
	-multiplies efficiency of puncher by 120%
3068
	-multiplies efficiency of clubber by 120%
3069
	-multiplies efficiency of swordsman by 120%
3070
	-multiplies efficiency of gunner by 120%
3071
	-multiplies efficiency of grenade by 120%
3072
	-multiplies efficiency of wreckingBall by 120%
3073
	-multiplies efficiency of bulldozer by 120%
3074
	-multiplies efficiency of airstrike by 120%
3075
	-multiplies efficiency of necromancer by 120%
3076
	-multiplies efficiency of giant by 120%
3077
	-multiplies efficiency of demon by 120%
3078
	-multiplies efficiency of compromiser by 120%
3079
	-multiplies efficiency of lastBuilding by 120%
3080
	-named Deal With The Devil
3081
	-picture : http://i.imgur.com/a6zYL1I.png
3082
	*productionMultiplier7
3083
	-"Everything is <b>20%</b> more efficient.<br><i>All the titan kings had scrolls of knowledge under their name, but Optuqui, the first titan king, somehow knew many things the later ones did not.</i>"
3084
	-costs 300000000000000000000000000000000 money
3085
	-multiplies efficiency of brickFactory by 125%
3086
	-multiplies efficiency of makeBricks by 125%
3087
	-multiplies efficiency of hitWall by 125%
3088
	-multiplies efficiency of puncher by 125%
3089
	-multiplies efficiency of clubber by 125%
3090
	-multiplies efficiency of swordsman by 125%
3091
	-multiplies efficiency of gunner by 125%
3092
	-multiplies efficiency of grenade by 125%
3093
	-multiplies efficiency of wreckingBall by 125%
3094
	-multiplies efficiency of bulldozer by 125%
3095
	-multiplies efficiency of airstrike by 125%
3096
	-multiplies efficiency of necromancer by 125%
3097
	-multiplies efficiency of giant by 125%
3098
	-multiplies efficiency of demon by 125%
3099
	-multiplies efficiency of compromiser by 125%
3100
	-multiplies efficiency of lastBuilding by 125%
3101
	-named Optuqui's Scrolls of Knowledge
3102
	-picture : http://i.imgur.com/gszdkb6.png
3103
	*productionMultiplierBlack
3104
	-"Everything is <b>30%</b> more efficient.<br><i>Since The Black's power is practically infinite, we can draw some out without the Obliterators losing any power. The question is whether we can do it without killing everyone involved.</i>"
3105
	-costs 1500000000000000000000000000000000000 money
3106
	-multiplies efficiency of brickFactory by 130%
3107
	-multiplies efficiency of makeBricks by 130%
3108
	-multiplies efficiency of hitWall by 130%
3109
	-multiplies efficiency of puncher by 130%
3110
	-multiplies efficiency of clubber by 130%
3111
	-multiplies efficiency of swordsman by 130%
3112
	-multiplies efficiency of gunner by 130%
3113
	-multiplies efficiency of grenade by 130%
3114
	-multiplies efficiency of wreckingBall by 130%
3115
	-multiplies efficiency of bulldozer by 130%
3116
	-multiplies efficiency of airstrike by 130%
3117
	-multiplies efficiency of necromancer by 130%
3118
	-multiplies efficiency of giant by 130%
3119
	-multiplies efficiency of demon by 130%
3120
	-multiplies efficiency of compromiser by 130%
3121
	-multiplies efficiency of lastBuilding by 130%
3122
	-named Power Extraction
3123
	-picture : http://i.imgur.com/bN8UwLa.png
3124
	*productionMultiplier8
3125
	-"Everything is <b>30%</b> more efficient.<br><i>Locked in a Sgapang vault that we could only manage to get open by using the compromisers. It's like he wrote it just for us!<br>EDIT: The first page translation is "Thanks to #17 for the idea". That might be worth noting. ~Agent Taylor</i>"
3126
	-costs 6.66e36 money
3127
	-unlocks at 1 timesActuallyWon, 1 winBricks
3128
	-multiplies efficiency of brickFactory by 130%
3129
	-multiplies efficiency of makeBricks by 130%
3130
	-multiplies efficiency of hitWall by 130%
3131
	-multiplies efficiency of puncher by 130%
3132
	-multiplies efficiency of clubber by 130%
3133
	-multiplies efficiency of swordsman by 130%
3134
	-multiplies efficiency of gunner by 130%
3135
	-multiplies efficiency of grenade by 130%
3136
	-multiplies efficiency of wreckingBall by 130%
3137
	-multiplies efficiency of bulldozer by 130%
3138
	-multiplies efficiency of airstrike by 130%
3139
	-multiplies efficiency of necromancer by 130%
3140
	-multiplies efficiency of giant by 130%
3141
	-multiplies efficiency of demon by 130%
3142
	-multiplies efficiency of compromiser by 130%
3143
	-multiplies efficiency of lastBuilding by 130%
3144
	-named Lord Reaefsek's Guide To Destruction
3145
	-picture : http://i.imgur.com/M4nj67A.png
3146
	*productionMultiplierArmy
3147
	-"Everything is <b>35%</b> more efficient.<br><i>Found locked in Sauthir Castle's vault.<br>Author: "#3, as ordered by The King".<br>Dimensions: 10" by 12".<br>Pages: 873.<br>Age: ~35,000 years.<br>Language: Old World.<br>Binding: Scaly striped black and white hide, unknown creature of origin.<br>Reality code enhancement(s): Indestructability.<br>Usefulness: INTENSE EXTREME.<br> <br>"...Intense extreme?" ~Agent Brown<br>"You're intense extreme-LY STUPID. ABSOLUTELY DEVESTATED." ~Agent Johnson</i>"
3148
	-costs 3.7e37 money
3149
	-unlocks at 2 timesActuallyWon, 1 winBricks
3150
	-multiplies efficiency of brickFactory by 135%
3151
	-multiplies efficiency of makeBricks by 135%
3152
	-multiplies efficiency of hitWall by 135%
3153
	-multiplies efficiency of puncher by 135%
3154
	-multiplies efficiency of clubber by 135%
3155
	-multiplies efficiency of swordsman by 135%
3156
	-multiplies efficiency of gunner by 135%
3157
	-multiplies efficiency of grenade by 135%
3158
	-multiplies efficiency of wreckingBall by 135%
3159
	-multiplies efficiency of bulldozer by 135%
3160
	-multiplies efficiency of airstrike by 135%
3161
	-multiplies efficiency of necromancer by 135%
3162
	-multiplies efficiency of giant by 135%
3163
	-multiplies efficiency of demon by 135%
3164
	-multiplies efficiency of compromiser by 135%
3165
	-multiplies efficiency of lastBuilding by 135%
3166
	-named The Guide To Furthering Progress
3167
	-picture : http://i.imgur.com/WBts5e6.png
3168
	*productionMultiplier9
3169
	-"Everything is <b>40%</b> more efficient.<br><i>Finally found a good way to exploit the Trees: hold a container next to one for a while, close it and some of their power stays in. Apply it to anything and it becomes more powerful!<br> <br>EDIT: Okay, more security on the extract jars. The 1337 sn1p3rs are not allowed to apply them to their computers to "enhance MLG levels".<br>EDIT 2: Agent Johnson is not allowed to play any sort of first person shooter with the 1337 sn1p3rs while at the RUC.</i>"
3170
	-costs 8.8e37 money
3171
	-unlocks at 3 timesActuallyWon, 1 winBricks
3172
	-multiplies efficiency of brickFactory by 140%
3173
	-multiplies efficiency of makeBricks by 140%
3174
	-multiplies efficiency of hitWall by 140%
3175
	-multiplies efficiency of puncher by 140%
3176
	-multiplies efficiency of clubber by 140%
3177
	-multiplies efficiency of swordsman by 140%
3178
	-multiplies efficiency of gunner by 140%
3179
	-multiplies efficiency of grenade by 140%
3180
	-multiplies efficiency of wreckingBall by 140%
3181
	-multiplies efficiency of bulldozer by 140%
3182
	-multiplies efficiency of airstrike by 140%
3183
	-multiplies efficiency of necromancer by 140%
3184
	-multiplies efficiency of giant by 140%
3185
	-multiplies efficiency of demon by 140%
3186
	-multiplies efficiency of compromiser by 140%
3187
	-multiplies efficiency of lastBuilding by 140%
3188
	-named Finality Tree Extract
3189
	-picture : http://i.imgur.com/xvVrdJg.png
3190
	*productionMultiplier10
3191
	-"Everything is <b>50%</b> more efficient.<br><i>"I'm surprised we can get it, given Johnson's bitching." ~Agent Connor<br>"You know you hate self-inserts too. </i>You know it deep in your heart<i>." ~Agent Johnson</i>"
3192
	-costs 5.2e38 money
3193
	-unlocks at 4 timesActuallyWon, 1 winBricks
3194
	-multiplies efficiency of brickFactory by 150%
3195
	-multiplies efficiency of makeBricks by 150%
3196
	-multiplies efficiency of hitWall by 150%
3197
	-multiplies efficiency of puncher by 150%
3198
	-multiplies efficiency of clubber by 150%
3199
	-multiplies efficiency of swordsman by 150%
3200
	-multiplies efficiency of gunner by 150%
3201
	-multiplies efficiency of grenade by 150%
3202
	-multiplies efficiency of wreckingBall by 150%
3203
	-multiplies efficiency of bulldozer by 150%
3204
	-multiplies efficiency of airstrike by 150%
3205
	-multiplies efficiency of necromancer by 150%
3206
	-multiplies efficiency of giant by 150%
3207
	-multiplies efficiency of demon by 150%
3208
	-multiplies efficiency of compromiser by 150%
3209
	-multiplies efficiency of lastBuilding by 150%
3210
	-named God's Blessing
3211
	-picture : http://i.imgur.com/YmHkXGF.png
3212
3213
3214
//legend of the fourth wall written by MasterSparky
3215
	*fourthWallLegend1
3216
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"Read the epic tale of a hero who ventured into the unknown, past the fourth wall, for a very important purpose."</i>"
3217
	-costs 404 fourthWallMatter
3218
	-named The Legend of The Fourth Wall
3219
	-multiplies efficiency of hitWall by 105%
3220
	-multiplies efficiency of puncher by 105%
3221
	-multiplies efficiency of clubber by 105%
3222
	-multiplies efficiency of swordsman by 105%
3223
	-multiplies efficiency of gunner by 105%
3224
	-multiplies efficiency of grenade by 105%
3225
	-multiplies efficiency of wreckingBall by 105%
3226
	-multiplies efficiency of bulldozer by 105%
3227
	-multiplies efficiency of airstrike by 105%
3228
	-multiplies efficiency of necromancer by 105%
3229
	-multiplies efficiency of giant by 105%
3230
	-multiplies efficiency of demon by 105%
3231
	-multiplies efficiency of compromiser by 105%
3232
	-multiplies efficiency of lastBuilding by 105%
3233
	-multiplies efficiency of makeBricks by 105%
3234
	-multiplies efficiency of brickFactory by 105%
3235
	-unlocks fourthWallLegend2
3236
	-picture : http://i.imgur.com/04PTUqi.png
3237
	*fourthWallLegend2
3238
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"It was an ordinary day on the Forum, when the Fourth Wall was broken by the basketofpuppies, who did doth disappear after this feat most great."</i>"
3239
	-costs 404 fourthWallMatter
3240
	-named Story Page One
3241
	-multiplies efficiency of hitWall by 105%
3242
	-multiplies efficiency of puncher by 105%
3243
	-multiplies efficiency of clubber by 105%
3244
	-multiplies efficiency of swordsman by 105%
3245
	-multiplies efficiency of gunner by 105%
3246
	-multiplies efficiency of grenade by 105%
3247
	-multiplies efficiency of wreckingBall by 105%
3248
	-multiplies efficiency of bulldozer by 105%
3249
	-multiplies efficiency of airstrike by 105%
3250
	-multiplies efficiency of necromancer by 105%
3251
	-multiplies efficiency of giant by 105%
3252
	-multiplies efficiency of demon by 105%
3253
	-multiplies efficiency of compromiser by 105%
3254
	-multiplies efficiency of lastBuilding by 105%
3255
	-multiplies efficiency of makeBricks by 105%
3256
	-multiplies efficiency of brickFactory by 105%
3257
	-unlocks fourthWallLegend3
3258
	-picture : http://i.imgur.com/B6IdD2m.png
3259
	*fourthWallLegend3
3260
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"And thus, after many anxious days, a user MasterSparky of the Forum resolveth to find this most esteemed Member, and he destroyed the Fourth Wall soon after."</i>"
3261
	-costs 4004 fourthWallMatter
3262
	-named Story Page Two
3263
	-multiplies efficiency of hitWall by 105%
3264
	-multiplies efficiency of puncher by 105%
3265
	-multiplies efficiency of clubber by 105%
3266
	-multiplies efficiency of swordsman by 105%
3267
	-multiplies efficiency of gunner by 105%
3268
	-multiplies efficiency of grenade by 105%
3269
	-multiplies efficiency of wreckingBall by 105%
3270
	-multiplies efficiency of bulldozer by 105%
3271
	-multiplies efficiency of airstrike by 105%
3272
	-multiplies efficiency of necromancer by 105%
3273
	-multiplies efficiency of giant by 105%
3274
	-multiplies efficiency of demon by 105%
3275
	-multiplies efficiency of compromiser by 105%
3276
	-multiplies efficiency of lastBuilding by 105%
3277
	-multiplies efficiency of makeBricks by 105%
3278
	-multiplies efficiency of brickFactory by 105%
3279
	-unlocks fourthWallLegend4
3280
	-picture : http://i.imgur.com/B6IdD2m.png
3281
	*fourthWallLegend4
3282
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"Entereth he into a portal most peculiar, and he doth found himself in a strange place with skies of purple. He met a man who doth decree, 'this is the Arcane Rift.'"</i>"
3283
	-costs 40004 fourthWallMatter
3284
	-named Story Page Three
3285
	-multiplies efficiency of hitWall by 105%
3286
	-multiplies efficiency of puncher by 105%
3287
	-multiplies efficiency of clubber by 105%
3288
	-multiplies efficiency of swordsman by 105%
3289
	-multiplies efficiency of gunner by 105%
3290
	-multiplies efficiency of grenade by 105%
3291
	-multiplies efficiency of wreckingBall by 105%
3292
	-multiplies efficiency of bulldozer by 105%
3293
	-multiplies efficiency of airstrike by 105%
3294
	-multiplies efficiency of necromancer by 105%
3295
	-multiplies efficiency of giant by 105%
3296
	-multiplies efficiency of demon by 105%
3297
	-multiplies efficiency of compromiser by 105%
3298
	-multiplies efficiency of lastBuilding by 105%
3299
	-multiplies efficiency of makeBricks by 105%
3300
	-multiplies efficiency of brickFactory by 105%
3301
	-unlocks fourthWallLegend5
3302
	-picture : http://i.imgur.com/B6IdD2m.png
3303
	*fourthWallLegend5
3304
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"The man did speaketh of the dangers ahead: of the Descent, the Depths, and the Inner Heart. He sayeth, 'you may earn Infinite Knowability.'"</i>"
3305
	-costs 400004 fourthWallMatter
3306
	-named Story Page Four
3307
	-multiplies efficiency of hitWall by 105%
3308
	-multiplies efficiency of puncher by 105%
3309
	-multiplies efficiency of clubber by 105%
3310
	-multiplies efficiency of swordsman by 105%
3311
	-multiplies efficiency of gunner by 105%
3312
	-multiplies efficiency of grenade by 105%
3313
	-multiplies efficiency of wreckingBall by 105%
3314
	-multiplies efficiency of bulldozer by 105%
3315
	-multiplies efficiency of airstrike by 105%
3316
	-multiplies efficiency of necromancer by 105%
3317
	-multiplies efficiency of giant by 105%
3318
	-multiplies efficiency of demon by 105%
3319
	-multiplies efficiency of compromiser by 105%
3320
	-multiplies efficiency of lastBuilding by 105%
3321
	-multiplies efficiency of makeBricks by 105%
3322
	-multiplies efficiency of brickFactory by 105%
3323
	-unlocks fourthWallLegend6
3324
	-picture : http://i.imgur.com/B6IdD2m.png
3325
	*fourthWallLegend6
3326
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"MasterSparky ventured forth, battling unspeakably horrific beasts. And he doth realize: 'I senseth the basketofpuppies's life signal.'"</i>"
3327
	-costs 1000001 fourthWallMatter
3328
	-named Story Page Five
3329
	-multiplies efficiency of hitWall by 105%
3330
	-multiplies efficiency of puncher by 105%
3331
	-multiplies efficiency of clubber by 105%
3332
	-multiplies efficiency of swordsman by 105%
3333
	-multiplies efficiency of gunner by 105%
3334
	-multiplies efficiency of grenade by 105%
3335
	-multiplies efficiency of wreckingBall by 105%
3336
	-multiplies efficiency of bulldozer by 105%
3337
	-multiplies efficiency of airstrike by 105%
3338
	-multiplies efficiency of necromancer by 105%
3339
	-multiplies efficiency of giant by 105%
3340
	-multiplies efficiency of demon by 105%
3341
	-multiplies efficiency of compromiser by 105%
3342
	-multiplies efficiency of lastBuilding by 105%
3343
	-multiplies efficiency of makeBricks by 105%
3344
	-multiplies efficiency of brickFactory by 105%
3345
	-unlocks fourthWallLegend7
3346
	-picture : http://i.imgur.com/B6IdD2m.png
3347
	*fourthWallLegend7
3348
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"Hurry he did among the levels of the Rift, and in the Depths findeth the basketofpuppies, in the grip of Death, but still living."</i>"
3349
	-costs 4000004 fourthWallMatter
3350
	-named Story Page Six
3351
	-multiplies efficiency of hitWall by 105%
3352
	-multiplies efficiency of puncher by 105%
3353
	-multiplies efficiency of clubber by 105%
3354
	-multiplies efficiency of swordsman by 105%
3355
	-multiplies efficiency of gunner by 105%
3356
	-multiplies efficiency of grenade by 105%
3357
	-multiplies efficiency of wreckingBall by 105%
3358
	-multiplies efficiency of bulldozer by 105%
3359
	-multiplies efficiency of airstrike by 105%
3360
	-multiplies efficiency of necromancer by 105%
3361
	-multiplies efficiency of giant by 105%
3362
	-multiplies efficiency of demon by 105%
3363
	-multiplies efficiency of compromiser by 105%
3364
	-multiplies efficiency of lastBuilding by 105%
3365
	-multiplies efficiency of makeBricks by 105%
3366
	-multiplies efficiency of brickFactory by 105%
3367
	-unlocks fourthWallLegend8
3368
	-picture : http://i.imgur.com/B6IdD2m.png
3369
	*fourthWallLegend8
3370
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"And so he did forget the allure of Infinite Knowability, and rusheth back among the Rift, but could not exit; the monsters did move in front of the exit."</i>"
3371
	-costs 10000001 fourthWallMatter
3372
	-named Story Page Seven
3373
	-multiplies efficiency of hitWall by 105%
3374
	-multiplies efficiency of puncher by 105%
3375
	-multiplies efficiency of clubber by 105%
3376
	-multiplies efficiency of swordsman by 105%
3377
	-multiplies efficiency of gunner by 105%
3378
	-multiplies efficiency of grenade by 105%
3379
	-multiplies efficiency of wreckingBall by 105%
3380
	-multiplies efficiency of bulldozer by 105%
3381
	-multiplies efficiency of airstrike by 105%
3382
	-multiplies efficiency of necromancer by 105%
3383
	-multiplies efficiency of giant by 105%
3384
	-multiplies efficiency of demon by 105%
3385
	-multiplies efficiency of compromiser by 105%
3386
	-multiplies efficiency of lastBuilding by 105%
3387
	-multiplies efficiency of makeBricks by 105%
3388
	-multiplies efficiency of brickFactory by 105%
3389
	-unlocks fourthWallLegend9
3390
	-picture : http://i.imgur.com/B6IdD2m.png
3391
	*fourthWallLegend9
3392
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"A shield he called over them, and missiles down from the heavens to smiteth the creatures, while the basketofpuppies lay with life fading away."</i>"
3393
	-costs 40000004 fourthWallMatter
3394
	-named Story Page Eight
3395
	-multiplies efficiency of hitWall by 105%
3396
	-multiplies efficiency of puncher by 105%
3397
	-multiplies efficiency of clubber by 105%
3398
	-multiplies efficiency of swordsman by 105%
3399
	-multiplies efficiency of gunner by 105%
3400
	-multiplies efficiency of grenade by 105%
3401
	-multiplies efficiency of wreckingBall by 105%
3402
	-multiplies efficiency of bulldozer by 105%
3403
	-multiplies efficiency of airstrike by 105%
3404
	-multiplies efficiency of necromancer by 105%
3405
	-multiplies efficiency of giant by 105%
3406
	-multiplies efficiency of demon by 105%
3407
	-multiplies efficiency of compromiser by 105%
3408
	-multiplies efficiency of lastBuilding by 105%
3409
	-multiplies efficiency of makeBricks by 105%
3410
	-multiplies efficiency of brickFactory by 105%
3411
	-unlocks fourthWallLegend10
3412
	-picture : http://i.imgur.com/B6IdD2m.png
3413
	*fourthWallLegend10
3414
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"The life signal of the esteemed Member doth fade away, and MasterSparky ran to the lifedock most renowned; and the doctor reassureth: 'the basketofpuppies shall returneth when ready.'"</i>"
3415
	-costs 100000001 fourthWallMatter
3416
	-named Story Page Nine
3417
	-multiplies efficiency of hitWall by 105%
3418
	-multiplies efficiency of puncher by 105%
3419
	-multiplies efficiency of clubber by 105%
3420
	-multiplies efficiency of swordsman by 105%
3421
	-multiplies efficiency of gunner by 105%
3422
	-multiplies efficiency of grenade by 105%
3423
	-multiplies efficiency of wreckingBall by 105%
3424
	-multiplies efficiency of bulldozer by 105%
3425
	-multiplies efficiency of airstrike by 105%
3426
	-multiplies efficiency of necromancer by 105%
3427
	-multiplies efficiency of giant by 105%
3428
	-multiplies efficiency of demon by 105%
3429
	-multiplies efficiency of compromiser by 105%
3430
	-multiplies efficiency of lastBuilding by 105%
3431
	-multiplies efficiency of makeBricks by 105%
3432
	-multiplies efficiency of brickFactory by 105%
3433
	-unlocks fourthWallLegend11
3434
	-picture : http://i.imgur.com/B6IdD2m.png
3435
	*fourthWallLegend11
3436
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"MasterSparky soon doth recalleth himself in full to the Forum, and reporteth his deeds."</i>"
3437
	-costs 400000004 fourthWallMatter
3438
	-named Story Page Ten
3439
	-multiplies efficiency of hitWall by 105%
3440
	-multiplies efficiency of puncher by 105%
3441
	-multiplies efficiency of clubber by 105%
3442
	-multiplies efficiency of swordsman by 105%
3443
	-multiplies efficiency of gunner by 105%
3444
	-multiplies efficiency of grenade by 105%
3445
	-multiplies efficiency of wreckingBall by 105%
3446
	-multiplies efficiency of bulldozer by 105%
3447
	-multiplies efficiency of airstrike by 105%
3448
	-multiplies efficiency of necromancer by 105%
3449
	-multiplies efficiency of giant by 105%
3450
	-multiplies efficiency of demon by 105%
3451
	-multiplies efficiency of compromiser by 105%
3452
	-multiplies efficiency of lastBuilding by 105%
3453
	-multiplies efficiency of makeBricks by 105%
3454
	-multiplies efficiency of brickFactory by 105%
3455
	-unlocks fourthWallLegend12
3456
	-picture : http://i.imgur.com/B6IdD2m.png
3457
	*fourthWallLegend12
3458
	-"Everything is <b>5%</b> more efficient.<br> <br><i>"The Members of the Forum doth wait in anxiety until the basketofpuppies came back to the Forum, and all was well for a long while."</i>"
3459
	-costs 1000000001 fourthWallMatter
3460
	-named Story Page Eleven
3461
	-multiplies efficiency of hitWall by 105%
3462
	-multiplies efficiency of puncher by 105%
3463
	-multiplies efficiency of clubber by 105%
3464
	-multiplies efficiency of swordsman by 105%
3465
	-multiplies efficiency of gunner by 105%
3466
	-multiplies efficiency of grenade by 105%
3467
	-multiplies efficiency of wreckingBall by 105%
3468
	-multiplies efficiency of bulldozer by 105%
3469
	-multiplies efficiency of airstrike by 105%
3470
	-multiplies efficiency of necromancer by 105%
3471
	-multiplies efficiency of giant by 105%
3472
	-multiplies efficiency of demon by 105%
3473
	-multiplies efficiency of compromiser by 105%
3474
	-multiplies efficiency of lastBuilding by 105%
3475
	-multiplies efficiency of makeBricks by 105%
3476
	-multiplies efficiency of brickFactory by 105%
3477
	-unlocks fourthWallLegend13
3478
	-picture : http://i.imgur.com/B6IdD2m.png
3479
	*fourthWallLegend13
3480
	-"Everything is <b>10%</b> more efficient.<br> <br><i>"The End."</i>"
3481
	-costs 4000000004 fourthWallMatter
3482
	-named The Essence of The Basket
3483
	-multiplies efficiency of hitWall by 110%
3484
	-multiplies efficiency of puncher by 110%
3485
	-multiplies efficiency of clubber by 110%
3486
	-multiplies efficiency of swordsman by 110%
3487
	-multiplies efficiency of gunner by 110%
3488
	-multiplies efficiency of grenade by 110%
3489
	-multiplies efficiency of wreckingBall by 110%
3490
	-multiplies efficiency of bulldozer by 110%
3491
	-multiplies efficiency of airstrike by 110%
3492
	-multiplies efficiency of necromancer by 110%
3493
	-multiplies efficiency of giant by 110%
3494
	-multiplies efficiency of demon by 110%
3495
	-multiplies efficiency of compromiser by 110%
3496
	-multiplies efficiency of lastBuilding by 110%
3497
	-multiplies efficiency of makeBricks by 110%
3498
	-multiplies efficiency of brickFactory by 110%
3499
	-unlocks bookworm
3500
	-picture : http://i.imgur.com/5NmG1EU.png
3501
3502
	*handAndPuncherUpgrade1
3503
	-"Hand punches do <b>4%</b> more damage per puncher.<br><i>Get a morale boost from the fact that you're hiring people to punch a wall.</i>"
3504
	-costs 21111 money
3505
	-multiplies efficiency of hitWall by 4% per puncher
3506
	-unlocks at 50 puncher
3507
	-named Team Up
3508
	-picture : http://i.imgur.com/K4S6bwX.png
3509
	*handAndPuncherUpgrade2
3510
	-"Hand punches do <b>2%</b> more damage per puncher.<br>Punchers do <b>50%</b> more damage.<br><i>The weak become strong(er).</i>"
3511
	-costs 21111111 money
3512
	-multiplies efficiency of hitWall by 2% per puncher
3513
	-multiplies efficiency of puncher by 150%
3514
	-unlocks at 100 puncher
3515
	-named Come Together
3516
	-picture : http://i.imgur.com/mpYQ0Cj.png
3517
	*handAndPuncherUpgrade3
3518
	-"Hand punches do <b>1%</b> more damage per puncher.<br>Punchers do <b>twice</b> as much damage.<br><i>After you gave a great inspiring speech about punching walls.</i>"
3519
	-costs 422222222222 money
3520
	-multiplies efficiency of hitWall by 1% per puncher
3521
	-multiplies efficiency of puncher by 200%
3522
	-unlocks at 200 puncher
3523
	-named Standing Ovation
3524
	-picture : http://i.imgur.com/zL6FPFt.png
3525
	*handAndPuncherUpgrade4
3526
	-"Hand punches do <b>0.8%</b> more damage per puncher.<br>Punchers do <b>twice</b> as much damage.<br><i>To destroy the wall with only your fists.</i>"
3527
	-costs 10555555555555555 money
3528
	-multiplies efficiency of hitWall by 0.8% per puncher
3529
	-multiplies efficiency of puncher by 200%
3530
	-unlocks at 300 puncher
3531
	-named The Challenge
3532
	-picture : http://i.imgur.com/REcsTwa.png
3533
	*handAndPuncherUpgrade5
3534
	-"Hand punches do <b>0.3%</b> more damage per puncher.<br>Punchers do <b>twice</b> as much damage.<br><i>To defeat the walls once and for all!</i>"
3535
	-costs 105555555555555555555 money
3536
	-multiplies efficiency of hitWall by 0.3% per puncher
3537
	-multiplies efficiency of puncher by 200%
3538
	-unlocks at 400 puncher
3539
	-named Final Team Up
3540
	-picture : http://i.imgur.com/7kwTlaV.png
3541
	*handAndPuncherUpgrade6
3542
	-"Hand punches do <b>0.2%</b> more damage per puncher.<br>Punchers do <b>twice</b> as much damage.<br><i>We lied about the last one being final, but it's not like we can just stop upgrading!</i>"
3543
	-costs 422222222222222222222222 money
3544
	-multiplies efficiency of hitWall by 0.2% per puncher
3545
	-multiplies efficiency of puncher by 200%
3546
	-unlocks at 500 puncher
3547
	-named Ultra Team Up
3548
	-picture : http://i.imgur.com/RmIVXGc.png
3549
	*handAndPuncherUpgrade7
3550
	-"Hand punches do <b>0.2%</b> more damage per puncher.<br>Punchers do <b>twice</b> as much damage.<br><i>With additional duplicating so the punchers don't lose any power. They'll complain, but you're clearly better than them.</i>"
3551
	-costs 42222222222222222222222222222222 money
3552
	-multiplies efficiency of hitWall by 0.2% per puncher
3553
	-multiplies efficiency of puncher by 200%
3554
	-unlocks at 700 puncher
3555
	-named Energy Draining
3556
	-picture : http://i.imgur.com/LAaQh56.png
3557
 
3558
	*handAndClubberUpgrade
3559
	-"Hand punches do <b>1%</b> more damage per clubber.<br><i>They're like clubs tied to your knuckles. Another brilliant invention from the Realistic Upgrades Corporation(RUC).</i>"
3560
	-costs 1000000 money
3561
	-multiplies efficiency of hitWall by 1% per clubber
3562
	-unlocks at 50 clubber
3563
	-named Club Knuckles
3564
	-picture : http://i.imgur.com/xDZyr8d.png
3565
3566
	*handAndSwordsmanUpgrade
3567
	-"Hand punches do <b>1%</b> more damage per swordsman.<br><i>We're currently trying to figure out how to combine these with the club knuckles. Then, our work here will be done.</i>"
3568
	-costs 7500000 money
3569
	-multiplies efficiency of hitWall by 1% per swordsman
3570
	-unlocks at 50 swordsman
3571
	-named Sword Knuckles
3572
	-picture : http://i.imgur.com/9ZiSEAZ.png
3573
3574
	*handAndGunnerUpgrade
3575
	-"Hand punches do <b>1%</b> more damage per gunshooter.<br><i>An ancient technique passed down by the wall punching masters.</i>"
3576
	-costs 100000000 money
3577
	-multiplies efficiency of hitWall by 1% per gunner
3578
	-unlocks at 50 gunner
3579
	-named Bullet Punch
3580
	-picture : http://i.imgur.com/fH9Bzpc.png
3581
3582
	*handAndGrenadeUpgrade
3583
	-"Hand punches do <b>1%</b> more damage per grenademan.<br><i>I honestly don't know what these are. Feel free to imagine them how you want.</i>"
3584
	-costs 2500000000 money
3585
	-multiplies efficiency of hitWall by 1% per grenade
3586
	-unlocks at 50 grenade
3587
	-named Fist Grenades
3588
	-picture : http://i.imgur.com/wdE5w9X.png
3589
3590
	*handAndWreckingBallUpgrade
3591
	-"Hand punches do <b>1%</b> more damage per wrecking ball.<br><i>Another legendary technique.</i>"
3592
	-costs 50000000000 money
3593
	-multiplies efficiency of hitWall by 1% per wreckingBall
3594
	-unlocks at 50 wreckingBall
3595
	-named Wrecking Ball Punch
3596
	-picture : http://i.imgur.com/eO38cOQ.png
3597
3598
	*handAndBulldozerUpgrade
3599
	-"Hand punches do <b>1%</b> more damage per bulldozer.<br><i>This isn't actually a legendary technique, we just made it up.</i>"
3600
	-costs 500000000000 money
3601
	-multiplies efficiency of hitWall by 1% per bulldozer
3602
	-unlocks at 50 bulldozer
3603
	-named Bulldozer Strike
3604
	-picture : http://i.imgur.com/4teEkYK.png
3605
3606
	*handAndAirstrikeUpgrade
3607
	-"Hand punches do <b>1%</b> more damage per airstrike caller.<br><i>30,000 feet of DAMAGE!</i>"
3608
	-costs 20000000000000 money
3609
	-multiplies efficiency of hitWall by 1% per airstrike
3610
	-unlocks at 50 airstrike
3611
	-named Skydiving
3612
	-picture : http://i.imgur.com/2Os5vuG.png
3613
3614
	*handAndNecromancerUpgrade
3615
	-"Hand punches do <b>1%</b> more damage per necromancer.<br><i>Now you don't have to waste hours sleeping.</i>"
3616
	-costs 500000000000000 money, 500 bricks
3617
	-multiplies efficiency of hitWall by 1% per necromancer
3618
	-unlocks at 50 necromancer
3619
	-named Zombification
3620
	-picture : http://i.imgur.com/LXWPMiN.png
3621
3622
	*handAndGiantUpgrade
3623
	-"Hand punches do <b>1%</b> more damage per titan.<br><i>The walls were around even in the Old World, and with the walls comes wall punching.</i>"
3624
	-costs 5000000000000000 money
3625
	-multiplies efficiency of hitWall by 1% per giant
3626
	-unlocks at 50 giant
3627
	-named Ancient Techniques
3628
	-picture : http://i.imgur.com/NYQFO1N.png
3629
3630
	*handAndDemonUpgrade
3631
	-"Hand punches do <b>0.5%</b> more damage per demon.<br><i>It doesn't matter how evil or horrible the technique, all that matters is that the wall comes down!</i>"
3632
	-costs 700000 bricks
3633
	-multiplies efficiency of hitWall by 0.5% per demon
3634
	-unlocks at 50 demon
3635
	-named Fist of Evil
3636
	-picture : http://i.imgur.com/8COb4Z5.png
3637
3638
	*handAndCompromiserUpgrade
3639
	-"Hand punches do <b>0.5%</b> more damage per reality compromiser.<br><i>Sometimes it hurts to punch a brick wall. Not anymore!</i>"
3640
	-costs 600000000000000000 money, 60000 fourthWallMatter
3641
	-multiplies efficiency of hitWall by 0.5% per compromiser
3642
	-unlocks at 50 compromiser
3643
	-named Invulnerability
3644
	-picture : http://i.imgur.com/3tap4AJ.png
3645
3646
	*handAndObliteratorUpgrade
3647
	-"Hand punches do <b>0.5%</b> more damage per Black obliterator.<br><i>Since you're invulnerable, you are the only person who can touch The Black without dying a horrible, painful death.</i>"
3648
	-costs 30000000000000000000000 money, 300000000 fourthWallMatter
3649
	-multiplies efficiency of hitWall by 0.5% per lastBuilding
3650
	-unlocks at 50 lastBuilding
3651
	-named Fist of The Black
3652
	-picture : http://i.imgur.com/pFyHQUx.png
3653
3654
	*handBrickFactoryUpgrade
3655
	-"Hand punches do <b>0.5%</b> more damage per brick factory.<br>Manual brick creation creates <b>4%</b> more bricks per brick factory.<br><i>Fight fire with fire!</i>"
3656
	-costs 50000000000000000 money
3657
	-unlocks at 50 brickFactory
3658
	-multiplies efficiency of hitWall by 0.5% per brickFactory
3659
	-multiplies efficiency of makeBricks by 4% per brickFactory
3660
	-named Brick Knuckles
3661
	-picture : http://i.imgur.com/pcHLrGL.png
3662
3663
	*handBrickUnlock
3664
	-"Unlocks <b>manual brick creation</b>.<br><i>Now you will be able to create bricks yourself, even if the dark magic tablets don't like you.</i>"
3665
	-costs 3777777777777777 money, 200 bricks
3666
	-unlocks at 25 brickFactory
3667
	-unlocks makeBricks
3668
	-named Dark Magic Training
3669
	-picture : http://i.imgur.com/LeHD80E.png
3670
	*handBrickUpgrade
3671
	-"Manual brick creation creates <b>three times</b> as many bricks.<br><i>To find out why you and the dark magic tablets aren't getting along.</i>"
3672
	-costs 6777777777777777 money, 1000 bricks
3673
	-unlocks at 1000 handBricks
3674
	-multiplies efficiency of makeBricks by 300% 
3675
	-named Psychiatrists
3676
	-picture : http://i.imgur.com/BLAoizu.png
3677
	*handBrickUpgrade2
3678
	-"Manual brick creation creates <b>1.5%</b> as many bricks per <b>necromancer</b>.<br><i>They can give you lessons in dark magic, and as a bonus, being an asshole.</i>"
3679
	-costs 37777777777777777 money, 100000 bricks
3680
	-unlocks at 100000 handBricks
3681
	-multiplies efficiency of makeBricks by 1.5% per necromancer
3682
	-named Necromancer Lessons
3683
	-picture : http://i.imgur.com/vZmmM5e.png
3684
	*handBrickUpgrade3
3685
	-"Manual brick creation creates <b>1.5%</b> more bricks <b>per demon</b>.<br><i>Much better at dark magic and at being assholes than the necromancers.</i>"
3686
	-costs 377777777777777777 money, 10000000 bricks
3687
	-unlocks at 10000000 handBricks
3688
	-multiplies efficiency of makeBricks by 1.5% per demon
3689
	-named Demon Lessons
3690
	-picture : http://i.imgur.com/WohZpox.png
3691
	*handBrickUpgrade4
3692
	-"Manual brick creation creates <b>four times</b> as many bricks.<br><i>They fight a lot, but you somehow learn best when they teach at the same time.</i>"
3693
	-costs 37777777777777777777 money, 1000000000 bricks
3694
	-unlocks at 1000000000 handBricks
3695
	-multiplies efficiency of makeBricks by 400%
3696
	-named Joint Necromancer-Demon Lessons
3697
	-picture : http://i.imgur.com/1n3yBA4.png
3698
	*handBrickUpgrade5
3699
	-"Manual brick creation creates <b>1%</b> more bricks <b>per titan</b>.<br><i>After smashing the walls a ton, they have learned a lot about the inner workings of bricks.</i>"
3700
	-costs 3777777777777777777777 money, 100000000000 bricks
3701
	-unlocks at 100000000000 handBricks
3702
	-multiplies efficiency of makeBricks by 1% per giant
3703
	-named Wisdom of The Titans
3704
	-picture : http://i.imgur.com/mLO2JCX.png
3705
	*handBrickUpgrade6
3706
	-"Manual brick creation creates <b>0.8%</b> more bricks <b>per titan</b>.<br><i>Now with the added benefit of actually being able to understand the titans.</i>"
3707
	-costs 3777777777777777777777777 money, 10000000000000 bricks
3708
	-unlocks at 10000000000000 handBricks
3709
	-multiplies efficiency of makeBricks by 0.8% per giant
3710
	-named Necromancer Translators
3711
	-picture : http://i.imgur.com/m5peORa.png
3712
	*handBrickUpgrade7
3713
	-"Manual brick creation creates <b>0.8%</b> more bricks <b>per titan</b>.<br><i>They know the tablets very well, so they innately know what the titans are talking about.</i>"
3714
	-costs 377777777777777777777777777 money, 1000000000000000 bricks
3715
	-unlocks at 1000000000000000 handBricks
3716
	-multiplies efficiency of makeBricks by 0.8% per giant
3717
	-named Demon Translators
3718
	-picture : http://i.imgur.com/3vgirnY.png
3719
	*handBrickUpgrade8
3720
	-"Manual brick creation creates <b>four times</b> as many bricks.<br><i>"It's an assembly line in your palm and a conveyor belt in your wrist! Perfect!" ~CEO, RUC</i>"
3721
	-costs 37777777777777777777777777777 money, 100000000000000000 bricks
3722
	-unlocks at 100000000000000000 handBricks
3723
	-multiplies efficiency of makeBricks by 400%
3724
	-named Factory Hand
3725
	-picture : http://i.imgur.com/FDoBvUl.png
3726
	*handBrickUpgrade9
3727
	-"Manual brick creation creates <b>five times</b> as many bricks.<br><i>"i call hax" ~1337 sn1p3r #10</i>"
3728
	-costs 3777777777777777777777777777777 money, 10000000000000000000 bricks
3729
	-unlocks at 10000000000000000000 handBricks
3730
	-multiplies efficiency of makeBricks by 500%
3731
	-named Omnimagic
3732
	-picture : http://i.imgur.com/IDv4G9r.png
3733
3734
	*handUpgrade1
3735
	-"Hand punches do <b>3 times</b> as much damage.<br><i>Caffeine obviously gives you the ability to punch faster.</i>"
3736
	-costs 11111 money
3737
	-unlocks at 1000 handDamage
3738
	-multiplies efficiency of hitWall by 300%
3739
	-named Coffee
3740
	-picture : http://i.imgur.com/c3mfsZ7.png
3741
	*handUpgrade2
3742
	-"Hand punches do <b>twice</b> as much damage.<br><i>POWERTHIIIRRRST</i>"
3743
	-costs 1111111 money
3744
	-unlocks at 100000 handDamage
3745
	-multiplies efficiency of hitWall by 200%
3746
	-named Energy Drinks
3747
	-picture : http://i.imgur.com/1VAyqoa.png
3748
	*handUpgrade3
3749
	-"Hand punches do <b>twice</b> as much damage.<br><i>Probably completely safe.</i>"
3750
	-costs 111111111 money
3751
	-unlocks at 10000000 handDamage
3752
	-multiplies efficiency of hitWall by 200%
3753
	-named Experimental Drugs
3754
	-picture : http://i.imgur.com/3pMJrsL.png
3755
	*handUpgrade4
3756
	-"Hand punches do <b>twice</b> as much damage.<br><i>This guy is like the grandmaster of punching walls.</i>"
3757
	-costs 11111111111 money
3758
	-unlocks at 1000000000 handDamage
3759
	-multiplies efficiency of hitWall by 200%
3760
	-named Personal Trainer
3761
	-picture : http://i.imgur.com/bOLxNz7.png
3762
	*handUpgrade5
3763
	-"Hand punches do <b>twice</b> as much damage.<br><i>With this horribly crippling disease your fists will be like hardass wrecking balls!</i>"
3764
	-costs 1111111111111 money
3765
	-unlocks at 100000000000 handDamage
3766
	-multiplies efficiency of hitWall by 200%
3767
	-named Elephantiasis
3768
	-picture : http://i.imgur.com/PtmkAH3.png
3769
	*handUpgrade6
3770
	-"Hand punches do <b>twice</b> as much damage.<br><i>Set to '80s music, of course.</i>"
3771
	-costs 111111111111111 money
3772
	-unlocks at 10000000000000 handDamage
3773
	-multiplies efficiency of hitWall by 200%
3774
	-named Training Montage
3775
	-picture : http://i.imgur.com/ouFA8Lg.png
3776
	*handUpgrade7
3777
	-"Hand punches do <b>twice</b> as much damage.<br><i>For enhanced speed!</i>"
3778
	-costs 11111111111111111 money
3779
	-unlocks at 1000000000000000 handDamage
3780
	-multiplies efficiency of hitWall by 200%
3781
	-named Laser Brain Surgery
3782
	-picture : http://i.imgur.com/ee3LJxJ.png
3783
	*handUpgrade8
3784
	-"Hand punches do <b>twice</b> as much damage.<br><i>One step closer to being a Terminator.</i>"
3785
	-costs 1111111111111111111 money
3786
	-unlocks at 100000000000000000 handDamage
3787
	-multiplies efficiency of hitWall by 200%
3788
	-named Mechanical Limbs
3789
	-picture : http://i.imgur.com/YZfg6Vg.png
3790
	*handUpgrade9
3791
	-"Hand punches do <b>twice</b> as much damage.<br><i>Now there are two of you. This is a good idea.</i>"
3792
	-costs 111111111111111111111 money
3793
	-unlocks at 10000000000000000000 handDamage
3794
	-multiplies efficiency of hitWall by 200%
3795
	-named Cloning
3796
	-picture : http://i.imgur.com/0fHTOjH.png
3797
	*handUpgrade10
3798
	-"Hand punches do <b>twice</b> as much damage.<br><i>As spoken of by the prophets, it has finally arrived.</i>"
3799
	-costs 11111111111111111111111 money
3800
	-unlocks at 1000000000000000000000 handDamage
3801
	-multiplies efficiency of hitWall by 200%
3802
	-named The Final Fist
3803
	-picture : http://i.imgur.com/uKozUUJ.png
3804
	*handUpgrade11
3805
	-"Hand punches do <b>twice</b> as much damage.<br><i>The most legendary hand combat technique of all time. Invented by Grandmaster Vwynido, the most skilled hand combatant in recorded history. And yes, it totally works on a brick wall.</i>"
3806
	-costs 1111111111111111111111111 money
3807
	-unlocks at 100000000000000000000000 handDamage
3808
	-multiplies efficiency of hitWall by 200%
3809
	-named Breaking Point
3810
	-picture : http://i.imgur.com/VywN1Do.png
3811
	*handUpgrade12
3812
	-"Hand punches do <b>twice</b> as much damage.<br><i>The fate of Lord Reaefsek is unknown; he simply vanished one day after saying he was "going to contact the king". Hyzem was the king at the time, and he reported never having seen Reaefsek. The only evidence of the journey is his severed hand, found lying in a barren field holding the Nightmare Blade.</i>"
3813
	-costs 111111111111111111111111111 money
3814
	-unlocks at 10000000000000000000000000 handDamage
3815
	-multiplies efficiency of hitWall by 200%
3816
	-named The Mighty Fist of Reaefsek
3817
	-picture : http://i.imgur.com/XSPPdpX.png
3818
	*handUpgrade13
3819
	-"Hand punches do <b>three times</b> as much damage.<br><i>"Reaefsek's wrist had traces of something on the cut. It's hard to describe exactly what it is... it's like magic that has been perfectly optimised. There's so little of it that we could only use it to improve one object." ~Head of R&D<br>"We tried to examine it in reality code to see if we could replicate it, but its code is even more incomprehensible than other magic code. It almost seems like its creator made it confusing on purpose." ~RC Project Leader</i>"
3820
	-costs 11111111111111111111111111111 money
3821
	-unlocks at 1000000000000000000000000000 handDamage
3822
	-multiplies efficiency of hitWall by 300%
3823
	-named Proposal #731
3824
	-picture : http://i.imgur.com/QJ6t0uF.png
3825
	*handUpgrade14
3826
	-"Hand punches do <b>three times</b> as much damage.<br><i>"Upon the mountainous plateaus of a land afar lies a grove of silver leafless trees. Their power is equal to their mystery, and they symbolize The Finality." ~A wall dating back to the time of the first titan king<br> <br>We found them. The power surrounding their presence is so ridiculous that just by chilling next to them for a while you will be thrice as strong. But we could only take you, because getting there is just horrible.</i>"
3827
	-costs 1111111111111111111111111111111 money
3828
	-unlocks at 100000000000000000000000000000 handDamage
3829
	-multiplies efficiency of hitWall by 300%
3830
	-named The Finality Trees
3831
	-picture : http://i.imgur.com/uCnJqSI.png
3832
	*handUpgrade15
3833
	-"Hand punches do <b>four times</b> as much damage.<br><i>"Did he seriously put himself in as the last tier? Oh my god. Oh my fucking god. </i>Disgusting.<i>" ~Agent Johnson</i>"
3834
	-costs 11111111111111111111111111111111111 money
3835
	-unlocks at 1e+33 handDamage
3836
	-multiplies efficiency of hitWall by 400%
3837
	-named The Hand of God
3838
	-picture : http://i.imgur.com/0WGwFSJ.png
3839
3840
	*puncherUpgrade1
3841
	-"Hand punches do <b>1 more</b> damage.<br>Punchers do <b>50%</b> more damage.<br><i>A little padding.</i>"
3842
	-costs 100 money
3843
	-unlocks at 1 puncher
3844
	-multiplies efficiency of puncher by 150% 
3845
	-multiplies efficiency of hitWall by 200% 
3846
	-named Gloves
3847
	-picture : http://i.imgur.com/tzwF920.png
3848
	*puncherUpgrade2
3849
	-"Punchers and hand punches do <b>twice</b> as much damage.<br><i>Actually significant padding.</i>"
3850
	-costs 400 money
3851
	-unlocks at 5 puncher
3852
	-multiplies efficiency of puncher by 200% 
3853
	-multiplies efficiency of hitWall by 200% 
3854
	-named Padded Gloves
3855
	-picture : http://i.imgur.com/uwEoJ22.png
3856
	*puncherUpgrade3
3857
	-"Punchers and hand punches do <b>twice</b> as much damage.<br><i>A brilliant plan.</i>"
3858
	-costs 10000 money
3859
	-unlocks at 25 puncher
3860
	-multiplies efficiency of puncher by 200% 
3861
	-multiplies efficiency of hitWall by 200% 
3862
	-named Steel Plated Gloves
3863
	-picture : http://i.imgur.com/ukeWk4S.png
3864
	*puncherUpgrade4
3865
	-"Punchers and hand punches do <b>twice</b> as much damage.<br><i>That's on top of the steel plated gloves. Hell yes.</i>"
3866
	-costs 100000 money
3867
	-unlocks at 50 puncher
3868
	-multiplies efficiency of puncher by 200% 
3869
	-multiplies efficiency of hitWall by 200% 
3870
	-named Brass Knuckles
3871
	-picture : http://i.imgur.com/Un2IBSH.png
3872
	*puncherUpgrade5
3873
	-"Punchers and hand punches do <b>twice</b> as much damage.<br><i>Clearly better, because anything made of titanium does way more damage.</i>"
3874
	-costs 1000000 money
3875
	-unlocks at 75 puncher
3876
	-multiplies efficiency of puncher by 200%
3877
	-multiplies efficiency of hitWall by 200%
3878
	-named Titanium Knuckles
3879
	-picture : http://i.imgur.com/G1Bztht.png
3880
	*puncherUpgrade6
3881
	-"Punchers do <b>three times</b> as much damage.<br>Hand punches do <b>twice</b> as much damage.<br><i>The only real substance that can make things do more damage than titanium.</i>"
3882
	-costs 20000000 money
3883
	-unlocks at 100 puncher
3884
	-multiplies efficiency of puncher by 300%
3885
	-multiplies efficiency of hitWall by 200%
3886
	-named Diamond Knuckles
3887
	-picture : http://i.imgur.com/OxSzAAp.png
3888
	*puncherUpgrade7
3889
	-"Punchers do <b>three times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>Wolverine claws optional.</i>"
3890
	-costs 2000000000 money
3891
	-unlocks at 150 puncher
3892
	-multiplies efficiency of puncher by 300%
3893
	-multiplies efficiency of hitWall by 150%
3894
	-named Adamantium Gauntlets
3895
	-picture : http://i.imgur.com/ZWHQHkW.png
3896
	*puncherUpgrade8
3897
	-"Punchers do <b>four times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>We brought back an old experiment to make gloves made out of [REDACTED].<br>CHIEF OF R&D EDIT: that's top secret, you idiot.</i>"
3898
	-costs 200000000000 money
3899
	-unlocks at 200 puncher
3900
	-multiplies efficiency of puncher by 400%
3901
	-multiplies efficiency of hitWall by 150%
3902
	-named [REDACTED] Gloves
3903
	-picture : http://i.imgur.com/rVykEWs.png
3904
	*puncherUpgrade9
3905
	-"Punchers do <b>five times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>The RUC is not responsible for any deaths/implosions caused by the Antimatter Gauntlets(TM).</i>"
3906
	-costs 2000000000000000 money
3907
	-unlocks at 300 puncher
3908
	-multiplies efficiency of puncher by 500%
3909
	-multiplies efficiency of hitWall by 150%
3910
	-named Antimatter Gauntlets
3911
	-picture : http://i.imgur.com/GfoMaz4.png
3912
	*puncherupgrade10
3913
	-"Punchers do <b>five times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>We found these in an old mine. They're thousands of years old and punch through anything!</i>"
3914
	-costs 20000000000000000000 money
3915
	-unlocks at 400 puncher
3916
	-multiplies efficiency of puncher by 500%
3917
	-multiplies efficiency of hitWall by 150%
3918
	-named The Fists of Destiny
3919
	-picture : http://i.imgur.com/KoB491g.png
3920
	*puncherupgrade11
3921
	-"Punchers do <b>seven times</b> as much damage.<br>Hand punches do <b>twice</b> as much damage.<br><i>We found these in Agent Johnson's office trash can. When asked, he said "I've never seen those before."</i>"
3922
	-costs 200000000000000000000000 money
3923
	-unlocks at 500 puncher
3924
	-multiplies efficiency of puncher by 700%
3925
	-multiplies efficiency of hitWall by 200%
3926
	-named Eternity Gloves
3927
	-picture : http://i.imgur.com/wxsTySo.png
3928
	*puncherupgrade12
3929
	-"Punchers do <b>five times</b> as much damage.<br>Hand punches do <b>twice</b> as much damage.<br><i>"The nickname for Lord Reaefsek's terrifying... punching... thing. How do I describe it without having to describe it?" ~Agent Carter in the 1,000,000 proposal</i>"
3930
	-costs 20000000000000000000000000000000 money
3931
	-unlocks at 700 puncher
3932
	-multiplies efficiency of puncher by 500%
3933
	-multiplies efficiency of hitWall by 200%
3934
	-named The Million
3935
	-picture : http://i.imgur.com/PhxmHqr.png
3936
	*puncherUpgrade13
3937
	-"Punchers do <b>four times</b> as much damage.<br>Hand punches do <b>twice</b> as much damage.<br><i>Protocol upon finding extremely powerful substance: Check if you can tie it to puncher knuckles. Then, like, research it or whatever less exciting stuff you do.<br> <br>As for the Plateau rocks themselves: they may be far less potent than the Trees, but they're still far more so than anything else we've got!</i>"
3938
	-costs 2e39 money
3939
	-unlocks at 900 puncher
3940
	-multiplies efficiency of puncher by 400%
3941
	-multiplies efficiency of hitWall by 200%
3942
	-named Finality Rock Knuckles
3943
	-picture : http://i.imgur.com/TRuR1pM.png
3944
3945
	*puncherUpgradeMagic1
3946
	-"Punchers do <b>three times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>A syringe filled with pure magic.</i>"
3947
	-costs 20202020202 money, 1 bricks
3948
	-multiplies efficiency of puncher by 300%
3949
	-multiplies efficiency of hitWall by 150%
3950
	-named Magically Enhanced Fists
3951
	-picture : http://i.imgur.com/kRu3uU8.png
3952
	*puncherUpgradeMagic2
3953
	-"Punchers do <b>four times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>These gauntlets magically enhance your magically enhanced fists.</i>"
3954
	-costs 20202020202020 money, 10 bricks
3955
	-unlocks at 250 puncher
3956
	-multiplies efficiency of puncher by 400%
3957
	-multiplies efficiency of hitWall by 150%
3958
	-named Maganium Gauntlets
3959
	-picture : http://i.imgur.com/PjH1TTm.png
3960
	*puncherUpgradeMagic3
3961
	-"Punchers do <b>five times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>"These may end up killing us all, but at least they'll take that damn wall down with us." ~CEO, RUC</i>"
3962
	-costs 202020202020202020 money, 200000 bricks
3963
	-unlocks at 350 puncher
3964
	-multiplies efficiency of puncher by 500%
3965
	-multiplies efficiency of hitWall by 150%
3966
	-named Black Hole Gloves
3967
	-picture : http://i.imgur.com/5bqbpYi.png
3968
	*puncherUpgradeBlack
3969
	-"Punchers do <b>six times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>If we haven't mentioned it yet, The Black is a kind of rubbery tar-like substance that slowly moves like it's alive and absorbs and eats through everything. The antimatter gauntlets last a few hours; we're not wasting the Fists of Destiny or Eternity Gloves by testing it with them.</i>"
3970
	-costs 6060606060606060606060606060 money, 60606060606060 bricks
3971
	-unlocks at 600 puncher
3972
	-multiplies efficiency of puncher by 600%
3973
	-multiplies efficiency of hitWall by 150%
3974
	-named Black-Dipped Gloves
3975
	-picture : http://i.imgur.com/hIw2jGW.png
3976
	*puncherUpgradeArmy
3977
	-"Punchers do <b>four times</b> as much damage.<br>Hand punches are <b>twice</b> as efficient.<br><i>"Okay, let's review: You find a chess set. Shrouded in mystery, indestructible and incredibly powerful with reality editing, dating back to before Optuqui's time. You make... CHESS KNUCKLES." ~Agent Taylor<br>"I don't understand your problem with this." ~Puncher Project Leader</i>"
3978
	-costs 2e35 money, 2e24 bricks, 2e21 fourthwallmatter
3979
	-unlocks at 800 puncher
3980
	-multiplies efficiency of puncher by 400%
3981
	-multiplies efficiency of hitWall by 200%
3982
	-named Chess Knuckles
3983
	-picture : http://i.imgur.com/wy0NkCV.png
3984
3985
	*puncher4thWallUpgrade
3986
	-"Punchers do <b>four times</b> as much damage.<br>Hand punches do <b>50%</b> more damage.<br><i>Thanks to rewriting the universe, they can now lift up to 8000 tons.</i>"
3987
	-costs 22020020022020002 money, 50 fourthWallMatter
3988
	-multiplies efficiency of puncher by 400%
3989
	-multiplies efficiency of hitWall by 150%
3990
	-named Maximum Super Strength
3991
	-picture : http://i.imgur.com/efQyJBe.png
3992
3993
	*clubberUpgrade1
3994
	-"Clubbers do <b>50%</b> more damage.<br><i>Simply feels better to hold.</i>"
3995
	-costs 750 money
3996
	-unlocks at 1 clubber
3997
	-multiplies efficiency of clubber by 150%
3998
	-named Better Clubs
3999
	-picture : http://i.imgur.com/k6W8MW9.png
4000
	*clubberUpgrade2
4001
	-"Clubbers do <b>twice</b> as much damage.<br><i>Wood is old school.</i>"
4002
 	-costs 7500 money
4003
	-unlocks at 5 clubber
4004
	-multiplies efficiency of clubber by 200%
4005
	-named Iron Clubs
4006
	-picture : http://i.imgur.com/LRhDWi7.png
4007
	*clubberUpgrade3
4008
	-"Clubbers do <b>twice</b> as much damage.<br><i>Heavier, but actually does damage.</i>"
4009
	-costs 75000 money
4010
	-unlocks at 25 clubber
4011
	-multiplies efficiency of clubber by 200%
4012
	-named Titanium Clubs
4013
	-picture : http://i.imgur.com/tIHqvj8.png
4014
	*clubberUpgrade4
4015
	-"Clubbers do <b>twice</b> as much damage.<br><i>Titanium spikes, of course.</i>"
4016
	-costs 750000 money
4017
	-unlocks at 50 clubber
4018
	-multiplies efficiency of clubber by 200%
4019
	-named Spiked Clubs
4020
	-picture : http://i.imgur.com/zIFpGEb.png
4021
	*clubberUpgrade5
4022
	-"Clubbers do <b>twice</b> as much damage.<br><i>I'm surprised we didn't get these sooner.</i>"
4023
	-costs 7500000 money
4024
	-unlocks at 75 clubber
4025
	-multiplies efficiency of clubber by 200%
4026
	-named Bigger Clubs
4027
	-picture : http://i.imgur.com/5rYYXJ1.png
4028
	*clubberUpgrade6
4029
	-"Clubbers do <b>three times</b> as much damage.<br><i>Just attach some bombs to the clubs. An excellent plan.</i>"
4030
	-costs 75000000 money
4031
	-unlocks at 100 clubber
4032
	-multiplies efficiency of clubber by 300%
4033
	-named Bomb Clubs
4034
	-picture : http://i.imgur.com/8rGt4hi.png
4035
	*clubberUpgrade7
4036
	-"Clubbers do <b>three times</b> as much damage.<br><i>Melts through the wall. Be careful!</i>"
4037
	-costs 3750000000 money
4038
	-unlocks at 150 clubber
4039
	-multiplies efficiency of clubber by 300%
4040
	-named Plasma Coated Clubs
4041
	-picture : http://i.imgur.com/2Kpfgha.png
4042
	*clubberUpgrade8
4043
	-"Clubbers do <b>four times</b> as much damage.<br><i>Like bomb clubs, but waaaay more dangerous.</i>"
4044
	-costs 375000000000 money
4045
	-unlocks at 200 clubber
4046
	-multiplies efficiency of clubber by 400%
4047
	-named Nuke Clubs
4048
	-picture : http://i.imgur.com/sqh5GGD.png
4049
	*clubberUpgrade9
4050
	-"Clubbers do <b>five times</b> as much damage.<br><i>We used quantum mechanics to make these clubs do the absolute maximum damage.</i>"
4051
	-costs 7500000000000000 money
4052
	-unlocks at 300 clubber
4053
	-multiplies efficiency of clubber by 500%
4054
	-named Quantum Clubs
4055
	-picture : http://i.imgur.com/4wh5BY0.png
4056
	*clubberUpgrade10
4057
	-"Clubbers do <b>five times</b> as much damage.<br><i>Just holding these makes you happy. Sure, there are some pretty bad side effects, but none that will halt wall destruction!</i>"
4058
	-costs 37500000000000000000 money
4059
	-unlocks at 400 clubber
4060
	-multiplies efficiency of clubber by 500%
4061
	-named Clubs of Happiness
4062
	-picture : http://i.imgur.com/JruQMzO.png
4063
	*clubberUpgrade11
4064
	-"Clubbers do <b>seven times</b> as much damage.<br><i>Now we don't have to clean up after the accidents that the at-this-point-ridiculously-dangerous clubs cause. Maybe this is something we should have gotten earlier.</i>"
4065
	-costs 750000000000000000000000 money
4066
	-unlocks at 500 clubber
4067
	-multiplies efficiency of clubber by 700%
4068
	-named Protection Against The Clubs
4069
	-picture : http://i.imgur.com/eecKJ8i.png
4070
	*clubberUpgrade12
4071
	-"Clubbers do <b>five times</b> as much damage.<br><i>Literally. According to the demons, he'd use it to bash sinners over the head in the old days; he doesn't need it any more because he has new methods. (We didn't inquire as to what those are)</i>"
4072
	-costs 150000000000000000000000000000000 money
4073
	-unlocks at 700 clubber
4074
	-multiplies efficiency of clubber by 500%
4075
	-named The Devil's Club
4076
	-picture : http://i.imgur.com/20i38CD.png
4077
4078
	*clubberUpgradeMagic
4079
	-"Clubbers do <b>three times</b> as much damage.<br><i>Clubs made out of pure lava. It works because it's magic.</i>"
4080
	-costs 1501501501 money, 1 bricks
4081
	-multiplies efficiency of clubber by 300%
4082
	-named Magic Lava Clubs
4083
	-picture : http://i.imgur.com/JZbeJbZ.png
4084
	*clubberUpgradeMagic2
4085
	-"Clubbers do <b>four times</b> as much damage.<br><i>As hot as the sun. Magic!</i>"
4086
	-costs 15015015015015 money, 1500 bricks
4087
	-unlocks at 250 clubber
4088
	-multiplies efficiency of clubber by 400%
4089
	-named Sun Clubs
4090
	-picture : http://i.imgur.com/Tb9Rpht.png
4091
	*clubberUpgradeMagic3
4092
	-"Clubbers do <b>five times</b> as much damage.<br><i>Thanks to the wizards we can now make something even more dangerous than the nuke clubs!</i>"
4093
	-costs 150150150150150150 money, 15000000 bricks
4094
	-unlocks at 350 clubber
4095
	-multiplies efficiency of clubber by 500%
4096
	-named Supernova Clubs
4097
	-picture : http://i.imgur.com/IpEk7wV.png
4098
	*clubberUpgradeBlack
4099
	-"Clubbers do <b>six times</b> as much damage.<br><i>They spread The Black like a plague with each hit. Only to the walls though, it's safe!</i>"
4100
	-costs 4504504504504504504504504504 money, 450450450450450 bricks
4101
	-unlocks at 600 clubber
4102
	-multiplies efficiency of clubber by 600%
4103
	-named Black-Infested Clubs
4104
	-picture : http://i.imgur.com/ofHYvwo.png
4105
	*clubberUpgradeArmy
4106
	-"Clubbers do <b>four times</b> as much damage.<br><i>"Are you serious?" ~Agent Lawrence<br>"Oh yes. We did it. Mission complete. Project finished. Clubs over." ~Head of R&D</i>"
4107
	-costs 1.5e36 money, 1.5e25 bricks, 1.5e21 fourthwallmatter
4108
	-unlocks at 800 clubber
4109
	-multiplies efficiency of clubber by 400%
4110
	-named Perfect Clubs
4111
	-picture : http://i.imgur.com/RIWt6UD.png
4112
4113
	*clubber4thWallUpgrade
4114
	-"Clubbers do <b>four times</b> as much damage.<br><i>You can whack someone 1000 feet into the air with a club now!</i>"
4115
	-costs 33030003033003330 money, 500 fourthWallMatter
4116
	-multiplies efficiency of clubber by 400%
4117
	-named Cartoon Physics
4118
	-picture : http://i.imgur.com/kB9V23R.png
4119
4120
	*swordsmanUpgrade1
4121
	-"Swordsmen do <b>50%</b> more damage.<br><i>Kind of useless in the long term of wall-slicing.</i>"
4122
	-costs 5500 money
4123
	-unlocks at 1 swordsman
4124
 	-multiplies efficiency of swordsman by 150%
4125
	-named Sharpening
4126
	-picture : http://i.imgur.com/U0XqNYE.png
4127
	*swordsmanUpgrade2
4128
	-"Swordsmen do <b>twice</b> as much damage.<br><i>Bigger is better!</i>"
4129
 	-costs 55000 money
4130
	-unlocks at 5 swordsman
4131
	-multiplies efficiency of swordsman by 200%
4132
	-named Bigger Swords
4133
	-picture : http://i.imgur.com/roZk4Yj.png
4134
	*swordsmanUpgrade3
4135
	-"Swordsmen do <b>twice</b> as much damage.<br><i>Raises morale.</i>"
4136
 	-costs 550000 money
4137
	-unlocks at 25 swordsman
4138
	-multiplies efficiency of swordsman by 200%
4139
 	-named Fancy Hilts
4140
	-picture : http://i.imgur.com/hmaylF0.png
4141
	*swordsmanUpgrade4
4142
	-"Swordsmen do <b>twice</b> as much damage.<br><i>Regular swords are lame.</i>"
4143
 	-costs 5500000 money
4144
	-unlocks at 50 swordsman
4145
	-multiplies efficiency of swordsman by 200%
4146
 	-named Katanas
4147
	-picture : http://i.imgur.com/ciaHQnB.png
4148
	*swordsmanUpgrade5
4149
	-"Swordsmen do <b>twice</b> as much damage.<br><i>Upping the cool factor by even more. Well, it would be cool if they were good with swords.</i>"
4150
 	-costs 55000000 money
4151
	-unlocks at 75 swordsman
4152
	-multiplies efficiency of swordsman by 200%
4153
 	-named Dual Katanas
4154
	-picture : http://i.imgur.com/RtatyPV.png
4155
	*swordsmanUpgrade6
4156
	-"Swordsmen do <b>three times</b> as much damage.<br><i>"If something isn't effective enough, light it on fire." ~CEO of Realistic Upgrades Corporation(RUC)</i>"
4157
 	-costs 1100000000 money
4158
	-unlocks at 100 swordsman
4159
	-multiplies efficiency of swordsman by 300%
4160
 	-named Flaming Katanas
4161
	-picture : http://i.imgur.com/ybxgoAN.png
4162
	*swordsmanUpgrade7
4163
	-"Swordsmen do <b>three times</b> as much damage.<br><i>Bigger than the people wielding them!</i>"
4164
 	-costs 55000000000 money
4165
	-unlocks at 150 swordsman
4166
	-multiplies efficiency of swordsman by 300%
4167
 	-named Anime-Sized Swords
4168
	-picture : http://i.imgur.com/Jk4qhmJ.png
4169
	*swordsmanUpgrade8
4170
	-"Swordsmen do <b>four times</b> as much damage.<br><i>We got to work on this the <b>second</b> we got plasma.</i>"
4171
 	-costs 2200000000000 money
4172
	-unlocks at 200 swordsman
4173
	-multiplies efficiency of swordsman by 400%
4174
 	-named Lightsabers
4175
	-picture : http://i.imgur.com/w6XsCGU.png
4176
	*swordsmanUpgrade9
4177
	-"Swordsmen do <b>five times</b> as much damage.<br><i>Swords made out of the fabric of reality. How this works I have no idea, but they are awesome.</i>"
4178
 	-costs 11000000000000000 money
4179
	-unlocks at 300 swordsman
4180
	-multiplies efficiency of swordsman by 500%
4181
 	-named Reality Blades
4182
	-picture : http://i.imgur.com/s8DBCzK.png
4183
	*swordsmanUpgrade10
4184
	-"Swordsmen do <b>five times</b> as much damage.<br><i>Thanks to the swords that cut through anything, it doesn't matter how hard they're swung.</i>"
4185
 	-costs 110000000000000000000 money
4186
	-unlocks at 400 swordsman
4187
	-multiplies efficiency of swordsman by 500%
4188
 	-named Dual Wielding
4189
	-picture : http://i.imgur.com/vtFhIQk.png
4190
	*swordsmanUpgrade11
4191
	-"Swordsmen do <b>seven times</b> as much damage.<br><i>This is what the Swordsman Project Leader calls this collection of swords that he reportedly found in a cave. He won't show us them or say what they do.</i>"
4192
 	-costs 4400000000000000000000000 money
4193
	-unlocks at 500 swordsman
4194
	-multiplies efficiency of swordsman by 700%
4195
 	-named The Finality Swords
4196
	-picture : http://i.imgur.com/iPTUQJx.png
4197
	*swordsmanUpgrade12
4198
	-"Swordsmen do <b>five times</b> as much damage.<br><i>"The Blade was Lord Reaefsek's favorite weapon. It was his first magical artifact, and he kept upgrading it to the point where it's just ridiculously powerful." ~Agent Taylor<br>"The name's pretty cliché though." ~Agent Johnson</i>"
4199
 	-costs 1100000000000000000000000000000000 money
4200
	-unlocks at 700 swordsman
4201
	-multiplies efficiency of swordsman by 500%
4202
 	-named The Nightmare Blade
4203
	-picture : http://i.imgur.com/WljzKK3.png
4204
4205
	*swordsmanUpgradeMagic
4206
	-"Swordsmen do <b>three times</b> as much damage.<br><i>We found this mineral that happens to be the perfect magic enhancer, so we named it maganium.</i>"
4207
 	-costs 11001100110 money, 1 bricks
4208
	-multiplies efficiency of swordsman by 300%
4209
	-requires 125 swordsman
4210
 	-named Maganium Swords
4211
	-picture : http://i.imgur.com/1bc1Ufp.png
4212
	*swordsmanUpgradeMagic2
4213
	-"Swordsmen do <b>four times</b> as much damage.<br><i>Thanks to the power of dark magic, we have finally made it.</i>"
4214
 	-costs 110011001100110 money, 5000 bricks
4215
	-unlocks at 250 swordsman
4216
	-multiplies efficiency of swordsman by 400%
4217
 	-named Sword That Cuts Through Everything
4218
	-picture : http://i.imgur.com/3xcSNC8.png
4219
	*swordsmanUpgradeMagic3
4220
	-"Swordsmen do <b>five times</b> as much damage.<br><i>These were created by accident when we told the wizards to pump as much magic as they possibly could into the swords. Declaration: worth.</i>"
4221
 	-costs 1100110011001100110 money, 50000000 bricks
4222
	-unlocks at 350 swordsman
4223
	-multiplies efficiency of swordsman by 500%
4224
 	-named Oblivion Blades
4225
	-picture : http://i.imgur.com/BVw5a9o.png
4226
	*swordsmanUpgradeBlack
4227
	-"Swordsmen do <b>six times</b> as much damage.<br><i>"All those complainers who said hiring someone to make a really cool sword design for these was stupid 'cause The Black would eat through and destroy them eventually were being dumb. Look at these things." ~CEO, RUC</i>"
4228
 	-costs 66006600660066006600660066006 money, 6600660066006600660 bricks
4229
	-unlocks at 600 swordsman
4230
	-multiplies efficiency of swordsman by 600%
4231
 	-named Black-Coated Swords
4232
	-picture : http://i.imgur.com/nYJudXF.png
4233
	*swordsmanUpgradeArmy
4234
	-"Swordsmen do <b>four times</b> as much damage.<br><i>According to a demon historian, 35,000 years ago "some masked asshole tried to sneak into the boss's HQ". This sword and the mask (made of the same strange material) are all that remain of the stranger, after "the boss taught him a lesson". This incident was one of the only times in history that demons were killed, and as said by the Devil, "the only time I ever got a real challenge".<br> <br>As a test of this sword's strength, Agent Johnson cut one of our swords that cuts through everything clean in half. He wanted to attempt chopping down a Finality Tree next, but the plan was vetoed by literally everyone else.</i>"
4235
	-costs 1.1e37 money, 1.1e26 bricks, 1.1e22 fourthwallmatter
4236
	-unlocks at 800 swordsman
4237
	-multiplies efficiency of swordsman by 400%
4238
	-named #7's Sword
4239
	-picture : http://i.imgur.com/ZiK08m9.png
4240
4241
	*swordsman4thWallUpgrade
4242
	-"Swordsmen do <b>four times</b> as much damage.<br><i>We can hold them because it's a damn idle game, it doesn't need to make sense.</i>"
4243
	-costs 55055005505000555 money, 2500 fourthWallMatter
4244
	-multiplies efficiency of swordsman by 400%
4245
	-named Building-Sized Swords
4246
	-picture : http://i.imgur.com/XIZVvLa.png
4247
4248
	*clubAndSwordUpgrade
4249
	-"Clubbers do <b>5%</b> more damage per swordsman.<br>Swordsmen do <b>5%</b> more damage per clubber.<br><i>I don't actually know what these are, but they sound badass.</i>"
4250
	-costs 1511000 money
4251
	-multiplies efficiency of clubber by 5% per swordsman
4252
	-multiplies efficiency of swordsman by 5% per clubber
4253
	-unlocks at 25 clubber, 25 swordsman
4254
	-named Sword Clubs
4255
	-picture : http://i.imgur.com/LeWcVOs.png
4256
	*clubAndSwordUpgrade2
4257
	-"Clubbers do <b>4%</b> more damage per swordsman.<br>Swordsmen do <b>3%</b> more damage per clubber.<br><i>Genius.</i>"
4258
	-costs 302200000 money
4259
	-multiplies efficiency of clubber by 4% per swordsman
4260
	-multiplies efficiency of swordsman by 3% per clubber
4261
	-unlocks at 100 clubber, 100 swordsman
4262
	-named Clubs Covered in Swords
4263
	-picture : http://i.imgur.com/f22Lrs4.png
4264
	*clubAndSwordUpgrade3
4265
	-"Clubbers do <b>2%</b> more damage per swordsman.<br>Swordsmen do <b>2%</b> more damage per clubber.<br><i>Don't even try to imagine what the hell these things are.</i>"
4266
	-costs 3022000000000 money
4267
	-multiplies efficiency of clubber by 2% per swordsman
4268
	-multiplies efficiency of swordsman by 2% per clubber
4269
	-unlocks at 200 clubber, 200 swordsman
4270
	-named Rotating Chainsaw Sword Clubs
4271
	-picture : http://i.imgur.com/2L70O5v.png
4272
	*clubAndSwordUpgrade4
4273
	-"Clubbers do <b>1.5%</b> more damage per swordsman.<br>Swordsmen do <b>1.5%</b> more damage per clubber.<br><i>50% club, 50% sword. Perfect.</i>"
4274
	-costs 15110000000000000 money
4275
	-multiplies efficiency of clubber by 1.5% per swordsman
4276
	-multiplies efficiency of swordsman by 1.5% per clubber
4277
	-unlocks at 300 clubber, 300 swordsman
4278
	-named The Perfect Combination
4279
	-picture : http://i.imgur.com/EYhxJLA.png
4280
	*clubAndSwordUpgrade5
4281
	-"Clubbers do <b>1.2%</b> more damage per swordsman.<br>Swordsmen do <b>1.2%</b> more damage per clubber.<br><i>Now our technology is up to par with the 17th century! [applause]</i>"
4282
	-costs 302200000000000000000 money
4283
	-multiplies efficiency of clubber by 1.2% per swordsman
4284
	-multiplies efficiency of swordsman by 1.2% per clubber
4285
	-unlocks at 400 clubber, 400 swordsman
4286
	-named Bayonets
4287
	-picture : http://i.imgur.com/Mus5GU4.png
4288
	*clubAndSwordUpgrade6
4289
	-"Clubbers do <b>1%</b> more damage per swordsman.<br>Swordsmen do <b>1%</b> more damage per clubber.<br><i>It is said that Hyzem's Blades are unrecognizable as any one melee weapon; they are all at once.</i>" 
4290
	-costs 6044000000000000000000000 money
4291
	-multiplies efficiency of clubber by 1% per swordsman
4292
	-multiplies efficiency of swordsman by 1% per clubber
4293
	-unlocks at 500 clubber, 500 swordsman
4294
	-named King Hyzem's Blades
4295
	-picture : http://i.imgur.com/sjjiH7m.png
4296
	*clubAndSwordUpgrade7
4297
	-"Clubbers do <b>0.5%</b> more damage per swordsman.<br>Swordsmen do <b>0.5%</b> more damage per clubber.<br><i>Reaefsek did something to his castle arena to make it extremely effective in improving fighting skill. We'd rather not know what, to be honest. The place is creepy enough as it is.</i>"
4298
	-costs 1511000000000000000000000000000000 money
4299
	-multiplies efficiency of clubber by 0.5% per swordsman
4300
	-multiplies efficiency of swordsman by 0.5% per clubber
4301
	-unlocks at 700 clubber, 700 swordsman
4302
	-named The Arena of Sgapang
4303
	-picture : http://i.imgur.com/BoL6x5t.png
4304
4305
	*gunnerUpgrade1
4306
	-"Gunshooters do <b>50%</b> more damage.<br><i>You wouldn't think you'd need these when your target is a brick wall, but the guys you hired are really bad at their job.</i>"
4307
	-costs 80000 money
4308
	-unlocks at 1 gunner
4309
	-multiplies efficiency of gunner by 150%
4310
	-named Laser Sights
4311
	-picture : http://i.imgur.com/d6qPAe1.png
4312
	*gunnerUpgrade2
4313
	-"Gunshooters do <b>twice</b> as much damage.<br><i>Less pesky reloading.</i>"
4314
	-costs 800000 money
4315
	-unlocks at 5 gunner
4316
	-multiplies efficiency of gunner by 200%
4317
	-named Double Magazines
4318
	-picture : http://i.imgur.com/rJl9TeZ.png
4319
	*gunnerUpgrade3
4320
	-"Gunshooters do <b>twice</b> as much damage.<br><i>A little unwieldy, but agility isn't exactly the first priority when your opponent is a brick wall.</i>"
4321
	-costs 8000000 money
4322
	-unlocks at 25 gunner
4323
	-multiplies efficiency of gunner by 200%
4324
	-named Quadruple Magazines
4325
	-picture : http://i.imgur.com/IyI3G2S.png
4326
	*gunnerUpgrade4
4327
	-"Gunshooters do <b>twice</b> as much damage.<br><i>As seen in the movies!</i>"
4328
	-costs 80000000 money
4329
	-unlocks at 50 gunner
4330
	-multiplies efficiency of gunner by 200%
4331
	-named Infinite Magazines
4332
	-picture : http://i.imgur.com/ZexRC2F.png
4333
	*gunnerUpgrade5
4334
	-"Gunshooters do <b>twice</b> as much damage.<br><i>They prefer to be known as "1337 NoScOp3 sn1p3rs".</i>"
4335
	-costs 800000000 money
4336
	-unlocks at 75 gunner
4337
	-multiplies efficiency of gunner by 200%
4338
	-named Snipers
4339
	-picture : http://i.imgur.com/r4ii51b.png
4340
	*gunnerUpgrade6
4341
	-"Gunshooters do <b>three times</b> as much damage.<br><i>"pistols r 4 overnabz" ~1337 NoScOp3 sn1p3r #33</i>"
4342
	-costs 8000000000 money
4343
	-unlocks at 100 gunner
4344
	-multiplies efficiency of gunner by 300%
4345
	-named Machine Guns
4346
	-picture : http://i.imgur.com/EItFPd4.png
4347
	*gunnerUpgrade7
4348
	-"Gunshooters do <b>three times</b> as much damage.<br><i>Thanks, sci-fi technology!</i>"
4349
	-costs 400000000000 money
4350
	-unlocks at 150 gunner
4351
	-multiplies efficiency of gunner by 300%
4352
	-named Plasma Rifles
4353
	-picture : http://i.imgur.com/eAFR8kh.png
4354
	*gunnerUpgrade8
4355
	-"Gunshooters do <b>four times</b> as much damage.<br><i>We told R&D to be as ridiculous as they could with this, and boy did they deliver.</i>"
4356
	-costs 16000000000000 money
4357
	-unlocks at 200 gunner
4358
	-multiplies efficiency of gunner by 400%
4359
	-named Laser Chainsaw Gatling Guns
4360
	-picture : http://i.imgur.com/2oIB7lS.png
4361
	*gunnerUpgrade9
4362
	-"Gunshooters do <b>five times</b> as much damage.<br><i>This couldn't possibly have negative effects and is a great idea.</i>"
4363
	-costs 160000000000000000 money
4364
	-unlocks at 300 gunner
4365
	-multiplies efficiency of gunner by 500%
4366
	-named Unstoppable Bullets
4367
	-picture : http://i.imgur.com/1QXsFlH.png
4368
	*gunnerUpgrade10
4369
	-"Gunshooters do <b>five times</b> as much damage.<br><i>"gg" ~1337 sn1p3r #52</i>"
4370
	-costs 3200000000000000000000 money
4371
	-unlocks at 400 gunner
4372
	-multiplies efficiency of gunner by 500%
4373
	-named Every Gun Combined Into One
4374
	-picture : http://i.imgur.com/OrTrCod.png
4375
	*gunnerUpgrade11
4376
	-"Gunshooters do <b>seven times</b> as much damage.<br><i>We profited from Hyzem and Reaefsek's war, because they made a ton of powerful magical artifacts during it.</i>"
4377
	-costs 64000000000000000000000000 money
4378
	-unlocks at 500 gunner
4379
	-multiplies efficiency of gunner by 700%
4380
	-named Hyzem's Golden Rifle
4381
	-picture : http://i.imgur.com/V95QmIo.png
4382
	*gunnerUpgrade12
4383
	-"Gunshooters do <b>five times</b> as much damage.<br><i>King Hyzem is credited as the first ever to claim "copyscum".</i>"
4384
	-costs 1.6e34 money
4385
	-unlocks at 700 gunner
4386
	-multiplies efficiency of gunner by 500%
4387
	-named Reaefsek's Crimson Rifle
4388
	-picture : http://i.imgur.com/zZXuikn.png
4389
4390
	*gunnerUpgradeMagic
4391
	-"Gunshooters do <b>three times</b> as much damage.<br><i>They're magic so they do more damage.</i>"
4392
	-costs 40004000400 money, 1 bricks
4393
	-multiplies efficiency of gunner by 300%
4394
	-requires 125 gunner
4395
	-named Magic Bullets
4396
	-picture : http://i.imgur.com/IbegX1u.png
4397
	*gunnerUpgradeMagic2
4398
	-"Gunshooters do <b>four times</b> as much damage.<br><i>The wizards told us you can actually make things out of pure magic, so we capitalized on that immediately.</i>"
4399
	-costs 800080008000800 money, 80000 bricks
4400
	-unlocks at 250 gunner
4401
	-multiplies efficiency of gunner by 400%
4402
	-named Pure Magic Bullets
4403
	-picture : http://i.imgur.com/4Lzho0L.png
4404
	*gunnerUpgradeMagic3
4405
	-"Gunshooters do <b>five times</b> as much damage.<br><i>As employed by 12 year olds everywhere.</i>"
4406
	-costs 40004000400040004000 money, 400000000 bricks
4407
	-unlocks at 350 gunner
4408
	-multiplies efficiency of gunner by 500%
4409
	-named The Best Gun
4410
	-picture : http://i.imgur.com/pTa1WAu.png
4411
	*gunnerUpgradeBlack
4412
	-"Gunshooters do <b>six times</b> as much damage.<br><i>"I support this because then I will be able to tell people that we're destroying the walls with BB guns and actually be telling the truth." ~Agent Johnson</i>"
4413
	-costs 960009600096000960009600096000 money, 960009600096000960 bricks
4414
	-unlocks at 600 gunner
4415
	-multiplies efficiency of gunner by 600%
4416
	-named Black Bullets
4417
	-picture : http://i.imgur.com/GQyW8ni.png
4418
	*gunnerUpgradeArmy
4419
	-"Gunshooters do <b>four times</b> as much damage.<br><i>One of the scripts written in the Divine Instructions. Allows the 1337 sn1p3rs to play first person shooters while destroying the wall, thus making their dream a reality.</i>"
4420
	-costs 1.6e38 money, 1.6e27 bricks, 1.6e23 fourthwallmatter
4421
	-unlocks at 800 gunner
4422
	-multiplies efficiency of gunner by 400%
4423
	-named Consciousness Segmentation
4424
	-picture : http://i.imgur.com/zS1s1Fp.png
4425
4426
	*gunner4thWallUpgrade
4427
	-"Gunshooters do <b>four times</b> as much damage.<br><i>Let's just reach over into other fictional universes and grab ourselves some good guns.</i>"
4428
	-costs 88800808800008008 money, 10000 fourthWallMatter
4429
	-multiplies efficiency of gunner by 400%
4430
	-named Crossover Guns
4431
	-picture : http://i.imgur.com/Mdp9R1V.png
4432
4433
	*grenadeUpgrade1
4434
	-"Grenademen do <b>50%</b> more damage.<br><i>We received complaints... These guys aren't very good.</i>"
4435
	-costs 2000000 money
4436
	-unlocks at 1 grenade
4437
	-multiplies efficiency of grenade by 150%
4438
	-named Greased Pins
4439
	-picture : http://i.imgur.com/IiBqHel.png
4440
	*grenadeUpgrade2
4441
	-"Grenademen do <b>twice</b> as much damage.<br><i>Less running to the store.</i>"
4442
	-costs 20000000 money
4443
	-unlocks at 5 grenade
4444
	-multiplies efficiency of grenade by 200%
4445
	-named Bigger Crates
4446
	-picture : http://i.imgur.com/R9gZAzL.png
4447
	*grenadeUpgrade3
4448
	-"Grenademen do <b>twice</b> as much damage.<br><i>I'm not sure why we were using the small ones.</i>"
4449
	-costs 200000000 money
4450
	-unlocks at 25 grenade
4451
	-multiplies efficiency of grenade by 200%
4452
	-named Big Grenades
4453
	-picture : http://i.imgur.com/iygAO3d.png
4454
	*grenadeUpgrade4
4455
	-"Grenademen do <b>twice</b> as much damage.<br><i>Not to be confused with incendiaries, these are literally grenades lit on fire. Never doubt the effectiveness of lighting things on fire.</i>"
4456
	-costs 2000000000 money
4457
	-unlocks at 50 grenade
4458
	-multiplies efficiency of grenade by 200%
4459
	-named Flame Grenades
4460
	-picture : http://i.imgur.com/4Ro8woi.png
4461
	*grenadeUpgrade5
4462
	-"Grenademen do <b>twice</b> as much damage.<br><i>"get shrapped" ~1337 sn1p3r #73</i>"
4463
	-costs 20000000000 money
4464
	-unlocks at 75 grenade
4465
	-multiplies efficiency of grenade by 200%
4466
	-named Extra Shrapnel
4467
	-picture : http://i.imgur.com/PmjzTBw.png
4468
	*grenadeUpgrade6
4469
	-"Grenademen do <b>three times</b> as much damage.<br><i>Radiation poisoning? Naaaaah...</i>"
4470
	-costs 400000000000 money
4471
	-unlocks at 100 grenade
4472
	-multiplies efficiency of grenade by 300%
4473
	-named Nuclear Grenades
4474
	-picture : http://i.imgur.com/VRc7WhE.png
4475
	*grenadeUpgrade7
4476
	-"Grenademen do <b>three times</b> as much damage.<br><i>I don't actually know what these do, but they sound cool.</i>"
4477
	-costs 20000000000000 money
4478
	-unlocks at 150 grenade
4479
	-multiplies efficiency of grenade by 300%
4480
	-named Plasma Grenades
4481
	-picture : http://i.imgur.com/fXuVuxM.png
4482
	*grenadeUpgrade8
4483
	-"Grenademen do <b>four times</b> as much damage.<br><i>Just happens to be the perfect material to cut through the wall, but it was really hard to get.</i>"
4484
	-costs 400000000000000 money
4485
	-unlocks at 200 grenade
4486
	-multiplies efficiency of grenade by 400%
4487
	-named Unobtanium Shrapnel
4488
	-picture : http://i.imgur.com/POTBoez.png
4489
	*grenadeUpgrade9
4490
	-"Grenademen do <b>five times</b> as much damage.<br><i>They split through time to destroy the wall's past, present, and future!</i>"
4491
	-costs 8000000000000000000 money
4492
	-unlocks at 300 grenade
4493
	-multiplies efficiency of grenade by 500%
4494
	-named Time-Splitting Grenades
4495
	-picture : http://i.imgur.com/fMBo2SN.png
4496
	*grenadeUpgrade10
4497
	-"Grenademen do <b>five times</b> as much damage.<br><i>"dude just lob the whole bucket" ~1337 sn1p3r #73, before being promoted</i>"
4498
	-costs 80000000000000000000000 money
4499
	-unlocks at 400 grenade
4500
	-multiplies efficiency of grenade by 500%
4501
	-named Buckets of Grenades
4502
	-picture : http://i.imgur.com/LX0Sy7U.png
4503
	*grenadeUpgrade11
4504
	-"Grenademen do <b>seven times</b> as much damage.<br><i>They're actually Hyzem's Bombs of Purgation, but the Grenademan Project Leader insisted we call them this. He's the one who insisted we call them 'grenademen' instead of grenadiers.</i>"
4505
	-costs 2000000000000000000000000000 money
4506
	-unlocks at 500 grenade
4507
	-multiplies efficiency of grenade by 700%
4508
	-named Holy Hand Grenades
4509
	-picture : http://i.imgur.com/FzLeFau.png
4510
	*grenadeUpgrade12
4511
	-"Grenademen do <b>five times</b> as much damage.<br><i>"What a boring upgrade." ~Agent Johnson<br>"I don't believe interesting names are the priority when upgrading things." ~Agent Lawrence<br>"That's factually incorrect." ~Agent Johnson</i>"
4512
	-costs 4e35 money
4513
	-unlocks at 700 grenade
4514
	-multiplies efficiency of grenade by 500%
4515
	-named Hellfire Bombs
4516
	-picture : http://i.imgur.com/8EFEm0M.png
4517
4518
	*grenadeUpgradeMagic
4519
	-"Grenademen do <b>three times</b> as much damage.<br><i>These are pretty self-explanatory.</i>"
4520
	-costs 2000200020002 money, 1 bricks
4521
	-unlocks at 125 grenade
4522
	-multiplies efficiency of grenade by 300%
4523
	-named Magical Lightning Grenades
4524
	-picture : http://i.imgur.com/Z4YDjVW.png
4525
	*grenadeUpgradeMagic2
4526
	-"Grenademen do <b>four times</b> as much damage.<br><i>Instead of exploding, these transport what they hit into a magical pool of certain destruction.</i>"
4527
	-costs 40004000400040004 money, 4000000 bricks
4528
	-unlocks at 250 grenade
4529
	-multiplies efficiency of grenade by 400%
4530
	-named Portal Grenades
4531
	-picture : http://i.imgur.com/3QX7sbz.png
4532
	*grenadeUpgradeMagic3
4533
	-"Grenademen do <b>five times</b> as much damage.<br><i>These skip the portal and just obliterate anything they hit.</i>"
4534
	-costs 400040004000400040004 money, 4000000000 bricks
4535
	-unlocks at 350 grenade
4536
	-multiplies efficiency of grenade by 500%
4537
	-named Oblivion Grenades
4538
	-picture : http://i.imgur.com/pUkQa2G.png
4539
	*grenadeUpgradeBlack
4540
	-"Grenademen do <b>six times</b> as much damage.<br><i>"I support this because its acronym is 'BIG'." ~Agent Johnson</i>"
4541
	-costs 30003000300030003000300030003000 money, 3000300030003000300 bricks
4542
	-unlocks at 600 grenade
4543
	-multiplies efficiency of grenade by 600%
4544
	-named Black-Infused Grenades
4545
	-picture : http://i.imgur.com/J7oP3HO.png
4546
	*grenadeUpgradeArmy
4547
	-"Grenademen do <b>four times</b> as much damage.<br><i>"We've hit critical." ~Head of R&D</i>"
4548
	-costs 4e39 money, 4e28 bricks, 4e24 fourthwallmatter
4549
	-unlocks at 800 grenade
4550
	-multiplies efficiency of grenade by 400%
4551
	-named Grenades
4552
	-picture : http://i.imgur.com/VcNgtva.png
4553
4554
	*grenade4thWallUpgrade
4555
	-"Grenademen do <b>four times</b> as much damage.<br><i>Now that we can alter reality, we don't need reasons for things. Explosions are just really big now.</i>"
4556
	-costs 202002220020200002 money, 50000 fourthWallMatter
4557
	-multiplies efficiency of grenade by 400%
4558
	-named Enlarged Explosions
4559
	-picture : http://i.imgur.com/ZTUASsk.png
4560
4561
	*gunAndGrenadeUpgrade
4562
	-"Gunshooters do <b>5%</b> more damage per grenademan.<br>Grenademen do <b>4%</b> more damage per Gunshooter.<br><i>Not to be confused with a grenade launcher.</i>"
4563
	-costs 41600000 money
4564
	-multiplies efficiency of gunner by 5% per grenade
4565
	-multiplies efficiency of grenade by 4% per gunner
4566
	-unlocks at 25 gunner, 25 grenade
4567
	-named Gun That Shoots Grenades
4568
	-picture : http://i.imgur.com/pAx5oIh.png
4569
	*gunAndGrenadeUpgrade2
4570
	-"Gunshooters do <b>2%</b> more damage per grenademan.<br>Grenademen do <b>1%</b> more damage per Gunshooter.<br><i>It shoots little grenades.</i>"
4571
	-costs 83200000000 money
4572
	-multiplies efficiency of gunner by 2% per grenade
4573
	-multiplies efficiency of grenade by 1% per gunner
4574
	-unlocks at 100 gunner, 100 grenade
4575
	-named Grenade That Shoots
4576
	-picture : http://i.imgur.com/OltGQgd.png
4577
	*gunAndGrenadeUpgrade3
4578
	-"Gunshooters do <b>1.5%</b> more damage per grenademan.<br>Grenademen do <b>1%</b> more damage per Gunshooter.<br><i>Whatever you're thinking these are, they're more ridiculous than that.</i>"
4579
	-costs 832000000000000 money
4580
	-multiplies efficiency of gunner by 1.5% per grenade
4581
	-multiplies efficiency of grenade by 1% per gunner
4582
	-unlocks at 200 gunner, 200 grenade
4583
	-named Giant Gun Grenades
4584
	-picture : http://i.imgur.com/U3cxHTY.png
4585
	*gunAndGrenadeUpgrade4
4586
	-"Gunshooters do <b>1%</b> more damage per grenademan.<br>Grenademen do <b>0.8%</b> more damage per Gunshooter.<br><i>It's hard to describe what exactly these are, but they're perfect.</i>"
4587
	-costs 8320000000000000000 money
4588
	-multiplies efficiency of gunner by 1% per grenade
4589
	-multiplies efficiency of grenade by 0.8% per gunner
4590
	-unlocks at 300 gunner, 300 grenade
4591
	-named Grenade Guns
4592
	-picture : http://i.imgur.com/S4dXGCa.png
4593
	*gunAndGrenadeUpgrade5
4594
	-"Gunshooters do <b>0.8%</b> more damage per grenademan.<br>Grenademen do <b>0.8%</b> more damage per Gunshooter.<br><i>"We just threw a bunch of space-age crap together and whaddya know, it works!" ~Chief of R&D, RUC</i>"
4595
	-costs 83200000000000000000000 money
4596
	-multiplies efficiency of gunner by 0.8% per grenade
4597
	-multiplies efficiency of grenade by 0.8% per gunner
4598
	-unlocks at 400 gunner, 400 grenade
4599
	-named Hyperbeam Laser Plasma Photon Fusion Gunnades
4600
	-picture : http://i.imgur.com/ELmdwkT.png
4601
	*gunAndGrenadeUpgrade6
4602
	-"Gunshooters do <b>0.7%</b> more damage per grenademan.<br>Grenademen do <b>0.7%</b> more damage per Gunshooter.<br><i>Hyzem's castle defenses were the stuff of legends: giant bombs, guns that shoot bombs, giant guns, bombs that explode into guns... And they're all extremely powerful with Old World magic!</i>"
4603
	-costs 1640000000000000000000000000 money
4604
	-multiplies efficiency of gunner by 0.7% per grenade
4605
	-multiplies efficiency of grenade by 0.7% per gunner
4606
	-unlocks at 500 gunner, 500 grenade
4607
	-named The Turrets of Bextic
4608
	-picture : http://i.imgur.com/K34d64L.png
4609
	*gunAndGrenadeUpgrade7
4610
	-"Gunshooters do <b>0.4%</b> more damage per grenademan.<br>Grenademen do <b>0.4%</b> more damage per Gunshooter.<br><i>"I'm impressed by their ability to even find movies this absolutely terrible." ~Agent Connor<br>"Quality is different from </i>inspirational level<i>." ~Gunner Project Leader</i>"
4611
	-costs 3.28e35 money
4612
	-multiplies efficiency of gunner by 0.4% per grenade
4613
	-multiplies efficiency of grenade by 0.4% per gunner
4614
	-unlocks at 700 gunner, 700 grenade
4615
	-named Inspirational War Films
4616
	-picture : http://i.imgur.com/ukER0vw.png
4617
4618
	*wreckingBallUpgrade1
4619
	-"Wrecking balls do <b>50%</b> more damage.<br><i>If you know what I mean.(I don't)</i>"
4620
	-costs 40000000 money
4621
	-unlocks at 1 wreckingBall
4622
	-multiplies efficiency of wreckingBall by 150%
4623
	-named Bigger Balls
4624
	-picture : http://i.imgur.com/yM8TEHL.png
4625
	*wreckingBallUpgrade2
4626
	-"Wrecking balls do <b>twice</b> as much damage.<br><i>I'm not sure what the previous ones were made out of.</i>"
4627
	-costs 400000000 money
4628
	-unlocks at 5 wreckingBall
4629
	-multiplies efficiency of wreckingBall by 200%
4630
	-named Balls of Steel
4631
	-picture : http://i.imgur.com/mAr2vCg.png
4632
	*wreckingBallUpgrade3
4633
	-"Wrecking balls do <b>twice</b> as much damage.<br><i>They're actually just titanium balls, but the "Titanium _______" upgrades were getting boring.</i>"
4634
	-costs 4000000000 money
4635
	-unlocks at 25 wreckingBall
4636
	-multiplies efficiency of wreckingBall by 200%
4637
	-named Reinforced Balls
4638
	-picture : http://i.imgur.com/G48Ecxn.png
4639
	*wreckingBallUpgrade4
4640
	-"Wrecking balls do <b>twice</b> as much damage.<br><i>Yes, this totally works against a brick wall.</i>"
4641
	-costs 40000000000 money
4642
	-unlocks at 50 wreckingBall
4643
	-multiplies efficiency of wreckingBall by 200%
4644
	-named Flaming Balls
4645
	-picture : http://i.imgur.com/RiUfzHo.png
4646
	*wreckingBallUpgrade5
4647
	-"Wrecking balls do <b>twice</b> as much damage.<br><i>Badass and more effective.</i>"
4648
	-costs 400000000000 money
4649
	-unlocks at 75 wreckingBall
4650
	-multiplies efficiency of wreckingBall by 200%
4651
	-named Spiked Balls
4652
	-picture : http://i.imgur.com/VUzXniN.png
4653
	*wreckingBallUpgrade6
4654
	-"Wrecking balls do <b>three times</b> as much damage.<br><i>The strongest balls the world has to offer.</i>"
4655
	-costs 4000000000000 money
4656
	-unlocks at 100 wreckingBall
4657
	-multiplies efficiency of wreckingBall by 300%
4658
	-named Diamond Balls
4659
	-picture : http://i.imgur.com/AJ4EZ5y.png
4660
	*wreckingBallUpgrade7
4661
	-"Wrecking balls do <b>three times</b> as much damage.<br><i>Three is better than one!</i>"
4662
	-costs 200000000000000 money
4663
	-unlocks at 150 wreckingBall
4664
	-multiplies efficiency of wreckingBall by 300%
4665
	-named Tri-Balls
4666
	-picture : http://i.imgur.com/0sEdsxd.png
4667
	*wreckingBallUpgrade8
4668
	-"Wrecking balls do <b>four times</b> as much damage.<br><i>As dense as a neutron star and about the same potential of turning into a black hole.</i>"
4669
	-costs 8000000000000000 money
4670
	-unlocks at 200 wreckingBall
4671
	-multiplies efficiency of wreckingBall by 400%
4672
	-named Neutron Balls
4673
	-picture : http://i.imgur.com/sgAPNQT.png
4674
	*wreckingBallUpgrade9
4675
	-"Wrecking balls do <b>five times</b> as much damage.<br><i>They are all. They are one. They exist at all times at once.</i>"
4676
	-costs 80000000000000000000 money
4677
	-unlocks at 300 wreckingBall
4678
	-multiplies efficiency of wreckingBall by 500%
4679
	-named Singularity Balls
4680
	-picture : http://i.imgur.com/tWgYnpW.png
4681
	*wreckingBallUpgrade10
4682
	-"Wrecking balls do <b>five times</b> as much damage.<br><i>[REDACTED]<br>CHIEF OF R&D EDIT: Agent Johnson is no longer allowed near the demons.</i>"
4683
	-costs 1600000000000000000000000 money
4684
	-unlocks at 400 wreckingBall
4685
	-multiplies efficiency of wreckingBall by 500%
4686
	-named Agent Johnson is an Idiot
4687
	-picture : http://i.imgur.com/8CXUpDK.png
4688
	*wreckingBallUpgrade11
4689
	-"Wrecking balls do <b>seven times</b> as much damage.<br><i>A large white ball made of an unknown substance found in the center of Sgapang, Lord Reaefsek's castle. Judging by its strange properties, it is unlikely Reaefsek or Hyzem created it. Especially since white is not at all Reaefsek's color.</i>"
4690
	-costs 32000000000000000000000000000 money
4691
	-unlocks at 500 wreckingBall
4692
	-multiplies efficiency of wreckingBall by 700%
4693
	-named The Sgapang Ball
4694
	-picture : http://i.imgur.com/3OYp1g4.png
4695
	*wreckingBallUpgrade12
4696
	-"Wrecking balls do <b>five times</b> as much damage.<br><i>"Couldn't we use this thing's crazy magic power to like, do something, instead of just smashing it into the wall?" ~Agent Carter<br>"Hah, good one." ~Wrecking Ball Project Leader</i>"
4697
	-costs 8e36 money
4698
	-unlocks at 700 wreckingBall
4699
	-multiplies efficiency of wreckingBall by 500%
4700
	-named Reaefsek's Crystal Ball
4701
	-picture : http://i.imgur.com/LmISELN.png
4702
4703
	*wreckingBallUpgradeMagic
4704
	-"Wrecking balls do <b>three times</b> as much damage.<br><i>Yeah, magic can pretty much do anything. Endless explosions!</i>"
4705
	-costs 20002000200020 money, 5 bricks
4706
	-unlocks at 125 wreckingBall
4707
	-multiplies efficiency of wreckingBall by 300%
4708
	-named Magic Exploding Balls
4709
	-picture : http://i.imgur.com/0b76QvZ.png
4710
	*wreckingBallUpgradeMagic2
4711
	-"Wrecking balls do <b>four times</b> as much damage.<br><i>The wizards can create antimatter with their magic. It's pretty damn cool.</i>"
4712
	-costs 800080008000800080 money, 80000000 bricks
4713
	-unlocks at 250 wreckingBall
4714
	-multiplies efficiency of wreckingBall by 400%
4715
	-named Antimatter Balls
4716
	-picture : http://i.imgur.com/WgKfsDM.png
4717
	*wreckingBallUpgradeMagic3
4718
	-"Wrecking balls do <b>five times</b> as much damage.<br><i>The fire of the underworld is hotter than anything else, so we got the wizards to make magic balls out of it.</i>"
4719
	-costs 8000800080008000800080 money, 80000000000 bricks
4720
	-unlocks at 350 wreckingBall
4721
	-multiplies efficiency of wreckingBall by 500%
4722
	-named Hellfire Balls
4723
	-picture : http://i.imgur.com/E8N1BEF.png
4724
	*wreckingBallUpgradeBlack
4725
	-"Wrecking balls do <b>seven times</b> as much damage.<br><i>"I support this because Agent Johnson doesn't." ~Agent Connor</i>"
4726
	-costs 480004800048000480004800048000480 money, 48000480004800048000 bricks
4727
	-unlocks at 600 wreckingBall
4728
	-multiplies efficiency of wreckingBall by 600%
4729
	-named Black-Absorbed Balls
4730
	-picture : http://i.imgur.com/2yFjtIa.png
4731
4732
	*wreckingBall4thWallUpgrade
4733
	-"Wrecking balls do <b>four times</b> as much damage.<br><i>Ah, the things we can do when there's none of that "realism" nonsense!</i>"
4734
	-costs 440044400040440040 money, 250000 fourthWallMatter
4735
	-multiplies efficiency of wreckingBall by 400%
4736
	-named Planets
4737
	-picture : http://i.imgur.com/fWDh6nT.png
4738
4739
	*puncherAndWreckingBallUpgrade
4740
	-"Punchers do <b>10%</b> more damage per wrecking ball.<br>Wrecking balls do <b>1%</b> more damage per puncher.<br><i>We have the strength.</i>"
4741
	-costs 2800000000 money
4742
	-multiplies efficiency of puncher by 10% per wreckingBall
4743
	-multiplies efficiency of wreckingBall by 1% per puncher
4744
	-unlocks at 100 puncher, 25 wreckingBall
4745
	-named Wrecking Ball Fists
4746
	-picture : http://i.imgur.com/GOhAQbq.png
4747
	*puncherAndWreckingBallUpgrade2
4748
	-"Punchers do <b>4%</b> more damage for each wrecking ball.<br>Wrecking balls do <b>1%</b> more damage for each puncher.<br><i>Using the power of the wrecking balls to enhance the power of fists using physics or something.</i>"
4749
	-costs 2800000000000 money
4750
	-multiplies efficiency of puncher by 4% per wreckingBall
4751
	-multiplies efficiency of wreckingBall by 1% per puncher
4752
	-unlocks at 200 puncher, 100 wreckingBall
4753
	-named Coordinated Wrecking
4754
	-picture : http://i.imgur.com/9uj2ciF.png
4755
	*puncherAndWreckingBallUpgrade3
4756
	-"Punchers do <b>2%</b> more damage for each wrecking ball.<br>Wrecking balls do <b>0.9%</b> more damage for each puncher.<br><i>Yes. Hell yes. Hell fucking yes.</i>"
4757
	-costs 8200000000000000 money
4758
	-multiplies efficiency of puncher by 2% per wreckingBall
4759
	-multiplies efficiency of wreckingBall by 0.9% per puncher
4760
	-unlocks at 300 puncher, 200 wreckingBall
4761
	-named Wrecking Ball Riders
4762
	-picture : http://i.imgur.com/HVOtNiB.png
4763
	*puncherAndWreckingBallUpgrade4
4764
	-"Punchers do <b>1%</b> more damage for each wrecking ball.<br>Wrecking balls do <b>0.7%</b> more damage for each puncher.<br><i>Wrecking balls shaped like fists. The punchers do more damage because they like to see their symbol destroying the wall.</i>"
4765
	-costs 82000000000000000000 money
4766
	-multiplies efficiency of puncher by 1% per wreckingBall
4767
	-multiplies efficiency of wreckingBall by 0.7% per puncher
4768
	-unlocks at 400 puncher, 300 wreckingBall
4769
	-named Ultimate Fist Balls
4770
	-picture : http://i.imgur.com/WMAG1Bb.png
4771
	*puncherAndWreckingBallUpgrade5
4772
	-"Punchers do <b>0.8%</b> more damage for each wrecking ball.<br>Wrecking balls do <b>0.7%</b> more damage for each puncher.<br><i>"Should have done this the first time." ~Puncher Project Leader, RUC</i>"
4773
	-costs 2800000000000000000000000 money
4774
	-multiplies efficiency of puncher by 0.8% per wreckingBall
4775
	-multiplies efficiency of wreckingBall by 0.7% per puncher
4776
	-unlocks at 500 puncher, 400 wreckingBall
4777
	-named Literal Wrecking Ball Fists
4778
	-picture : http://i.imgur.com/u74hjiG.png
4779
	*puncherAndWreckingBallUpgrade6
4780
	-"Punchers do <b>0.8%</b> more damage per wrecking ball.<br>Wrecking balls do <b>0.6%</b> more damage per puncher.<br><i>"Many a man has asked what the Wrecking Fists are." ~Wrecking Ball Project Leader</i>"
4781
	-costs 28000000000000000000000000000 money
4782
	-multiplies efficiency of puncher by 0.8% per wreckingBall
4783
	-multiplies efficiency of wreckingBall by 0.6% per puncher
4784
	-unlocks at 600 puncher, 500 wreckingBall
4785
	-named Wrecking Fists
4786
	-picture : http://i.imgur.com/WAEGG3I.png
4787
	*puncherAndWreckingBallUpgrade7
4788
	-"Punchers do <b>0.4%</b> more damage per wrecking ball.<br>Wrecking balls do <b>0.4%</b> more damage per puncher.<br><i>"Our mission is to create the most experimental, absurd, ridiculous, out-of-left-field upgrade we can." ~Head of R&D<br>"THE GAME IS ON." ~Agent Johnson</i>"
4789
	-costs 8.2e36 money
4790
	-multiplies efficiency of puncher by 0.4% per wreckingBall
4791
	-multiplies efficiency of wreckingBall by 0.4% per puncher
4792
	-unlocks at 800 puncher, 700 wreckingBall
4793
	-named The Puecking Fill
4794
	-picture : http://i.imgur.com/JAcNOnC.png
4795
4796
	*bulldozerUpgrade1
4797
	-"Bulldozers do <b>50%</b> more damage.<br><i>Probably made of titanium.</i>"
4798
	-costs 600000000 money
4799
	-unlocks at 1 bulldozer
4800
	-multiplies efficiency of bulldozer by 150%
4801
	-named Stronger Blades
4802
	-picture : http://i.imgur.com/q1QrnCW.png
4803
	*bulldozerUpgrade2
4804
	-"Bulldozers do <b>twice</b> as much damage.<br><i>Power Treads(TM), By the Realistic Upgrades Corporation(RUC).</i>"
4805
	-costs 6000000000 money
4806
	-unlocks at 5 bulldozer
4807
	-multiplies efficiency of bulldozer by 200%
4808
	-named Power Treads
4809
	-picture : http://i.imgur.com/EiU5wtP.png
4810
	*bulldozerUpgrade3
4811
	-"Bulldozers do <b>twice</b> as much damage.<br><i>Two is better than one, right?</i>"
4812
	-costs 60000000000 money
4813
	-unlocks at 25 bulldozer
4814
	-multiplies efficiency of bulldozer by 200%
4815
	-named Double Blades
4816
	-picture : http://i.imgur.com/HH6K4Vq.png
4817
	*bulldozerUpgrade4
4818
	-"Bulldozers do <b>twice</b> as much damage.<br><i>"Gotta go fast." ~Sonic</i>"
4819
	-costs 300000000000 money
4820
	-unlocks at 50 bulldozer
4821
	-multiplies efficiency of bulldozer by 200%
4822
	-named Powerful Engines
4823
	-picture : http://i.imgur.com/BXEfdVE.png
4824
	*bulldozerUpgrade5
4825
	-"Bulldozers do <b>twice</b> as much damage.<br><i>Smaller blades on the blade. More blades, more damage.</i>"
4826
	-costs 3000000000000 money
4827
	-unlocks at 75 bulldozer
4828
	-multiplies efficiency of bulldozer by 200%
4829
	-named Blades With Blades
4830
	-picture : http://i.imgur.com/XKWl4gL.png
4831
	*bulldozerUpgrade6
4832
	-"Bulldozers do <b>three times</b> as much damage.<br><i>"Why yes, we are one of the world's richest corporations. Why do you ask?" ~RUC Head of Finance</i>"
4833
	-costs 30000000000000 money
4834
	-unlocks at 100 bulldozer
4835
	-multiplies efficiency of bulldozer by 300%
4836
	-named Diamond Blades
4837
	-picture : http://i.imgur.com/AZU88GP.png
4838
	*bulldozerUpgrade7
4839
	-"Bulldozers do <b>three times</b> as much damage.<br><i>Cuts through diamond!(more effectively than this wall)</i>"
4840
	-costs 3000000000000000 money
4841
	-unlocks at 150 bulldozer
4842
	-multiplies efficiency of bulldozer by 300%
4843
	-named Adamantium Blades
4844
	-picture : http://i.imgur.com/crWt6tW.png
4845
	*bulldozerUpgrade8
4846
	-"Bulldozers do <b>four times</b> as much damage.<br><i>It's really, really big.</i>"
4847
	-costs 300000000000000000 money
4848
	-unlocks at 200 bulldozer
4849
	-multiplies efficiency of bulldozer by 400%
4850
	-named The Megadozer
4851
	-picture : http://i.imgur.com/jVDRDvc.png
4852
	*bulldozerUpgrade9
4853
	-"Bulldozers do <b>five times</b> as much damage.<br><i>These assign all the nearby gravity to the bulldozers. And sideways so they hit the wall.</i>"
4854
	-costs 2400000000000000000000 money
4855
	-unlocks at 300 bulldozer
4856
	-multiplies efficiency of bulldozer by 500%
4857
	-named Gravity-Altering Engines
4858
	-picture : http://i.imgur.com/F68kWwp.png
4859
	*bulldozerUpgrade10
4860
	-"Bulldozers do <b>five times</b> as much damage.<br><i>"No, it's not just bombs tied to the blades. That was an early prototype." ~Bulldozer Project Leader, RUC</i>"
4861
	-costs 24000000000000000000000000 money
4862
	-unlocks at 400 bulldozer
4863
	-multiplies efficiency of bulldozer by 500%
4864
	-named Explosive Blades
4865
	-picture : http://i.imgur.com/WQZmqRv.png
4866
	*bulldozerUpgrade11
4867
	-"Bulldozers do <b>seven times</b> as much damage.<br><i>Probably King Hyzem's strangest creation, the indestructible tablet that destroys everything it touches except one type of fabric. It says "CLEANSE". Let's tie it to a bulldozer blade.</i>"
4868
	-costs 600000000000000000000000000000 money
4869
	-unlocks at 500 bulldozer
4870
	-multiplies efficiency of bulldozer by 700%
4871
	-named Hyzem's Tablet 
4872
	-picture : http://i.imgur.com/wzJXciZ.png
4873
	*bulldozerUpgrade12
4874
	-"Bulldozers do <b>five times</b> as much damage.<br><i>"DESTROY WALL. DESTROY WALL." ~Bulldozer #21<br>"As you can see, we've created the perfect worker." ~Head of R&D<br>"...Can you turn off the constant robot voice announcements?" ~Agent Carter<br>"Nope."</i>"
4875
	-costs 1.2e38 money
4876
	-unlocks at 700 bulldozer
4877
	-multiplies efficiency of bulldozer by 500%
4878
	-named Robotic Bulldozers
4879
	-picture : http://i.imgur.com/taZMkYw.png
4880
4881
	*bulldozerUpgradeMagic
4882
	-"Bulldozers do <b>three times</b> as much damage.<br><i>Magically-enhanced engines that allow the dozers to teleport.</i>"
4883
	-costs 300030003000300 money, 300 bricks
4884
	-unlocks at 125 bulldozer
4885
	-multiplies efficiency of bulldozer by 300%
4886
	-named Phasing Engines
4887
	-picture : http://i.imgur.com/DPbausO.png
4888
	*bulldozerUpgradeMagic2
4889
	-"Bulldozers do <b>four times</b> as much damage.<br><i>Antimatter is the new titanium.</i>"
4890
	-costs 12001200120012001200 money, 300000000 bricks
4891
	-unlocks at 250 bulldozer
4892
	-multiplies efficiency of bulldozer by 400%
4893
	-named Antimatter Blades
4894
	-picture : http://i.imgur.com/50pc780.png
4895
	*bulldozerUpgradeMagic3
4896
	-"Bulldozers do <b>five times</b> as much damage.<br><i>This wall better not be the immovable barrier.</i>"
4897
	-costs 120012001200120012001200 money, 120000000000 bricks
4898
	-unlocks at 350 bulldozer
4899
	-multiplies efficiency of bulldozer by 500%
4900
	-named The Unstoppable Force
4901
	-picture : http://i.imgur.com/lKRKuaD.png
4902
	*bulldozerUpgradeBlack
4903
	-"Bulldozers do <b>six times</b> as much damage.<br><i>"How long until we run out of verbs?" ~Agent Carter<br>"Our best agents are browsing the thesaurus as we speak." ~Agent Connor</i>"
4904
	-costs 7200072000720007200072000720007200 money, 720007200072000720007 bricks
4905
	-unlocks at 600 bulldozer
4906
	-multiplies efficiency of bulldozer by 600%
4907
	-named Black-Enhanced Blades
4908
	-picture : http://i.imgur.com/sfXVHT6.png
4909
4910
	*bulldozer4thWallUpgrade
4911
	-"Bulldozers do <b>four times</b> as much damage.<br><i>No more scratches!</i>"
4912
	-costs 1201212000120012120 money, 1000000 fourthWallMatter
4913
	-multiplies efficiency of bulldozer by 400%
4914
	-named Indestructible Bulldozers
4915
	-picture : http://i.imgur.com/RCXwbSZ.png
4916
4917
	*airstrikeUpgrade1
4918
	-"Airstrikes do <b>50%</b> more damage.<br><i>Upgrading from dial-up.</i>"
4919
	-costs 30000000000 money
4920
	-unlocks at 1 airstrike
4921
	-multiplies efficiency of airstrike by 150%
4922
	-named Faster Communications
4923
	-picture : http://i.imgur.com/ziKked6.png
4924
	*airstrikeUpgrade2
4925
	-"Airstrikes do <b>twice</b> as much damage.<br><i>What, did you think we were dropping missiles?</i>"
4926
	-costs 300000000000 money
4927
	-unlocks at 5 airstrike
4928
	-multiplies efficiency of airstrike by 200%
4929
	-named Pianos
4930
	-picture : http://i.imgur.com/pGXsYZg.png
4931
	*airstrikeUpgrade3
4932
	-"Airstrikes do <b>twice</b> as much damage.<br><i>Ah, a classic.</i>"
4933
	-costs 3000000000000 money
4934
	-unlocks at 25 airstrike
4935
	-multiplies efficiency of airstrike by 200%
4936
	-named Anvils
4937
	-picture : http://i.imgur.com/0yGfwss.png
4938
	*airstrikeUpgrade4
4939
	-"Airstrikes do <b>twice</b> as much damage.<br><i>3-5 business days no more!</i>"
4940
	-costs 15000000000000 money
4941
	-unlocks at 50 airstrike
4942
	-multiplies efficiency of airstrike by 200%
4943
	-named Supersonic Jets
4944
	-picture : http://i.imgur.com/Mh3dfeG.png
4945
	*airstrikeUpgrade5
4946
	-"Airstrikes do <b>twice</b> as much damage.<br><i>Statues of the CEO of the RUC of course.</i>"
4947
	-costs 60000000000000 money
4948
	-unlocks at 75 airstrike
4949
	-multiplies efficiency of airstrike by 200%
4950
	-named 20-Foot Statues
4951
	-picture : http://i.imgur.com/Ec8NMPt.png
4952
	*airstrikeUpgrade6
4953
	-"Airstrikes do <b>three times</b> as much damage.<br><i>A lot more effective than anvils, and clearly better than using actual missiles.</i>"
4954
	-costs 600000000000000 money
4955
	-unlocks at 100 airstrike
4956
	-multiplies efficiency of airstrike by 300%
4957
	-named Anvil-Shaped Bombs
4958
	-picture : http://i.imgur.com/WdlfCsk.png
4959
	*airstrikeUpgrade7
4960
	-"Airstrikes do <b>three times</b> as much damage.<br><i>Yeah, we gave in eventually.</i>"
4961
	-costs 60000000000000000 money
4962
	-unlocks at 150 airstrike
4963
	-multiplies efficiency of airstrike by 300%
4964
	-named Missiles
4965
	-picture : http://i.imgur.com/nkSdY4M.png
4966
	*airstrikeUpgrade8
4967
	-"Airstrikes do <b>four times</b> as much damage.<br><i>A little overkill for a brick wall, you think? Well, you haven't seen this wall.</i>"
4968
	-costs 6000000000000000000 money
4969
	-unlocks at 200 airstrike
4970
	-multiplies efficiency of airstrike by 400%
4971
	-named Nukes
4972
	-picture : http://i.imgur.com/kggtIiP.png
4973
	*airstrikeUpgrade9
4974
	-"Airstrikes do <b>five times</b> as much damage.<br><i>We drop these and they pull down a bunch of asteroids with them. Also satellites, uh, that was unintentional.</i>"
4975
	-costs 60000000000000000000000 money
4976
	-unlocks at 300 airstrike
4977
	-multiplies efficiency of airstrike by 500%
4978
	-named Astral Magnets
4979
	-picture : http://i.imgur.com/gXHS6sy.png
4980
	*airstrikeUpgrade10
4981
	-"Airstrikes do <b>five times</b> as much damage.<br><i>"Bigger = More Damage" ~The entire BE proposal</i>"
4982
	-costs 1500000000000000000000000000 money
4983
	-unlocks at 400 airstrike
4984
	-multiplies efficiency of airstrike by 500%
4985
	-named Bigger Everything
4986
	-picture : http://i.imgur.com/DcaMUp9.png
4987
	*airstrikeUpgrade11
4988
	-"Airstrikes do <b>seven times</b> as much damage.<br><i>Bixtec Castle was made to be impenetrable, so its walls are almost indestructible, very heavy, and magicked up to reflect any damage dealt to them back to their attacker. We knew immediately what to do.</i>"
4989
	-costs 15000000000000000000000000000000 money
4990
	-unlocks at 500 airstrike
4991
	-multiplies efficiency of airstrike by 700%
4992
	-named The Walls of Bixtec 
4993
	-picture : http://i.imgur.com/KqdTHwt.png
4994
	*airstrikeUpgrade12
4995
	-"Airstrikes do <b>five times</b> as much damage.<br><i>Two boxes Lord Reaefsek made that relocate everything put into the "in" box to the "out" box. So obviously we should tie the out box upside-down to our space station so we can reduce our plane usage.</i>"
4996
	-costs 3.000300030003000e39 money
4997
	-unlocks at 700 airstrike
4998
	-multiplies efficiency of airstrike by 500%
4999
	-named The Boxes of Relocation
5000
	-picture : http://i.imgur.com/pyvvTSj.png
5001
5002
	*airstrikeUpgradeMagic
5003
	-"Airstrikes do <b>three times</b> as much damage.<br><i>How useful!</i>"
5004
	-costs 3000300030003000 money, 2500 bricks
5005
	-unlocks at 125 airstrike
5006
	-multiplies efficiency of airstrike by 300%
5007
	-named Density Spells
5008
	-picture : http://i.imgur.com/xxfcJIo.png
5009
	*airstrikeUpgradeMagic2
5010
	-"Airstrikes do <b>four times</b> as much damage.<br><i>Now we can empty the contents of other dimensions onto the wall!</i>"
5011
	-costs 600060006000600060006 money, 6000000000 bricks
5012
	-unlocks at 250 airstrike
5013
	-multiplies efficiency of airstrike by 400%
5014
	-named Dimensional Portals
5015
	-picture : http://i.imgur.com/rEOQtOS.png
5016
	*airstrikeUpgradeMagic3
5017
	-"Airstrikes do <b>five times</b> as much damage.<br><i>We have no idea what this stuff is, but it does the trick. Thanks, dark wizards!</i>"
5018
	-costs 6000600060006000600060006 money, 6000000000000 bricks
5019
	-unlocks at 350 airstrike
5020
	-multiplies efficiency of airstrike by 500%
5021
	-named ???
5022
	-picture : http://i.imgur.com/2ySbj27.png
5023
	*airstrikeUpgradeBlack
5024
	-"Airstrikes do <b>six times</b> as much damage.<br><i>"Is it time to buff the anvils? The answer is yes, always, forever." ~Agent Connor, in the BMA proposal<br>"Finally, we agree." ~Agent Johnson</i>"
5025
	-costs 3.000300030003000e+35 money, 30003000300030003000300 bricks
5026
	-unlocks at 600 airstrike
5027
	-multiplies efficiency of airstrike by 600%
5028
	-named Black-Merged Anvils
5029
	-picture : http://i.imgur.com/YqEx6Xx.png
5030
5031
	*airstrike4thWallUpgrade
5032
	-"Airstrikes do <b>four times</b> as much damage.<br><i>Yeah, we already used this, but it works here too.</i>"
5033
	-costs 5050550050000505550 money, 10000000 fourthWallMatter
5034
	-multiplies efficiency of airstrike by 400%
5035
	-named Planets
5036
	-picture : http://i.imgur.com/CS5T9De.png
5037
5038
	*bulldozerAndAirstrikeUpgrade
5039
	-"Bulldozers do <b>3%</b> more damage for each airstrike caller.<br>Airstrike callers do <b>3%</b> more damage for each bulldozer.<br><i>We gotta drop the stuff so that it bounces off the bulldozers in the perfect way to do the maximum damage.</i>"
5040
	-costs 36000000000000 money
5041
	-multiplies efficiency of bulldozer by 3% per airstrike
5042
	-multiplies efficiency of airstrike by 3% per bulldozer
5043
	-unlocks at 50 bulldozer, 50 airstrike
5044
	-named Precision Strikes
5045
	-picture : http://i.imgur.com/PEvEBLp.png
5046
	*bulldozerAndAirstrikeUpgrade2
5047
	-"Bulldozers do <b>1%</b> more damage for each airstrike caller.<br>Airstrike callers do <b>1%</b> more damage for each bulldozer.<br><i>The guy who thought of this was a shoe-in for Employee of The Month.</i>"
5048
	-costs 3600000000000000 money
5049
	-multiplies efficiency of bulldozer by 1% per airstrike
5050
	-multiplies efficiency of airstrike by 1% per bulldozer
5051
	-unlocks at 100 bulldozer, 100 airstrike
5052
	-named Bulldozer Drop
5053
	-picture : http://i.imgur.com/8EjO4Pc.png
5054
	*bulldozerAndAirstrikeUpgrade3
5055
	-"Bulldozers do <b>1%</b> more damage for each airstrike caller.<br>Airstrike callers do <b>0.8%</b> more damage for each bulldozer.<br><i>Tied big jets to the bulldozers so they fall faster.</i>"
5056
	-costs 6120000000000000000 money
5057
	-multiplies efficiency of bulldozer by 1% per airstrike
5058
	-multiplies efficiency of airstrike by 0.8% per bulldozer
5059
	-unlocks at 200 bulldozer, 200 airstrike
5060
	-named Enhanced Bulldozer Drop
5061
	-picture : http://i.imgur.com/wZYXDls.png
5062
	*bulldozerAndAirstrikeUpgrade4
5063
	-"Bulldozers do <b>1%</b> more damage for each airstrike caller.<br>Airstrike callers do <b>0.8%</b> more damage for each bulldozer.<br><i>The guy who came up with the bulldozer drop is a millionaire now.</i>"
5064
	-costs 61200000000000000000000 money
5065
	-multiplies efficiency of bulldozer by 1% per airstrike
5066
	-multiplies efficiency of airstrike by 0.8% per bulldozer
5067
	-unlocks at 300 bulldozer, 300 airstrike
5068
	-named Ultimate Bulldozer Drop
5069
	-picture : http://i.imgur.com/2oO31SH.png
5070
	*bulldozerAndAirstrikeUpgrade5
5071
	-"Bulldozers do <b>0.8%</b> more damage for each airstrike caller.<br>Airstrike callers do <b>0.8%</b> more damage for each bulldozer.<br><i>"More like epic FAIL." ~The walls, before getting wrecked with this</i>"
5072
	-costs 1260000000000000000000000000 money
5073
	-multiplies efficiency of bulldozer by 0.8% per airstrike
5074
	-multiplies efficiency of airstrike by 0.8% per bulldozer
5075
	-unlocks at 400 bulldozer, 400 airstrike
5076
	-named Epic Bulldozer Drop
5077
	-picture : http://i.imgur.com/4vt1A6Q.png
5078
	*bulldozerAndAirstrikeUpgrade6
5079
	-"Bulldozers do <b>0.6%</b> more damage for each airstrike caller.<br>Airstrike callers do <b>0.6%</b> more damage for each bulldozer.<br><i>"Basically we went with the most badass thing we could think of."  ~Head of R&D, on the process</i>"
5080
	-costs 12600000000000000000000000000000 money
5081
	-multiplies efficiency of bulldozer by 0.6% per airstrike
5082
	-multiplies efficiency of airstrike by 0.6% per bulldozer
5083
	-unlocks at 500 bulldozer, 500 airstrike
5084
	-named Bulldozer Planes
5085
	-picture : http://i.imgur.com/jIhkyDF.png
5086
	*bulldozerAndAirstrikeUpgrade7
5087
	-"Bulldozers do <b>0.5%</b> more damage for each airstrike caller.<br>Airstrike callers do <b>0.5%</b> more damage for each bulldozer.<br><i>A set of spells devised by a famous evil wizard. Cast them on two objects or beings and they are bound to each other, their strength becomes entwined and increases massively through some sort of mutual copying reality exploit.<br>"Planes and bulldozers, anyone? No one? Whatever, we're doing it anyway." ~Head of R&D</i>"
5088
	-costs 6.12e39 money
5089
	-multiplies efficiency of bulldozer by 0.5% per airstrike
5090
	-multiplies efficiency of airstrike by 0.5% per bulldozer
5091
	-unlocks at 700 bulldozer, 700 airstrike
5092
	-named The Dark Bindings
5093
	-picture : http://i.imgur.com/eDyhOUN.png
5094
5095
	*necromancerUpgrade1
5096
	-"Necromancers do <b>50%</b> more damage.<br><i>Gives them more of an incentive.</i>"
5097
	-costs 333333333333 money, 2 bricks
5098
	-unlocks at 1 necromancer
5099
	-multiplies efficiency of necromancer by 150%
5100
	-named Polished Bricks
5101
	-picture : http://i.imgur.com/v1AK3rT.png
5102
	*necromancerUpgrade2
5103
	-"Necromancers do <b>twice</b> as much damage.<br><i>If there's one thing the wizards value other than bricks, it's big hats.</i>"
5104
	-costs 3333333333333 money, 4 bricks
5105
	-unlocks at 5 necromancer
5106
	-multiplies efficiency of necromancer by 200%
5107
	-named Giant Hats
5108
	-picture : http://i.imgur.com/TFn4qy8.png
5109
	*necromancerUpgrade3
5110
	-"Necromancers do <b>twice</b> as much damage.<br><i>We find these while mining, so we might as well finally put them to use.</i>"
5111
	-costs 33333333333333 money, 33 bricks
5112
	-unlocks at 25 necromancer
5113
	-multiplies efficiency of necromancer by 200%
5114
	-named Ancient Scrolls
5115
	-picture : http://i.imgur.com/Rcq67yT.png
5116
	*necromancerUpgrade4
5117
	-"Necromancers do <b>twice</b> as much damage.<br><i>They're demanding these. Necromancers are assholes.</i>"
5118
	-costs 333333333333333 money, 333 bricks
5119
	-unlocks at 50 necromancer
5120
	-multiplies efficiency of necromancer by 200%
5121
	-named Thrones
5122
	-picture : http://i.imgur.com/9zBRNek.png
5123
	*necromancerUpgrade5
5124
	-"Necromancers do <b>twice</b> as much damage.<br><i>Keeps them from rotting too fast.</i>"
5125
	-costs 3333333333333333 money, 3333 bricks
5126
	-unlocks at 75 necromancer
5127
	-multiplies efficiency of necromancer by 200%
5128
	-named Zombie Preservatives
5129
	-picture : http://i.imgur.com/oR9MbS5.png
5130
	*necromancerUpgrade6
5131
	-"Necromancers do <b>three times</b> as much damage.<br><i>They were using some pretty low-class wizard graveyards before.</i>"
5132
	-costs 33333333333333333 money, 333333 bricks
5133
	-unlocks at 100 necromancer
5134
	-multiplies efficiency of necromancer by 300%
5135
	-named Better Graveyards
5136
	-picture : http://i.imgur.com/8eam0qT.png
5137
	*necromancerUpgrade7
5138
	-"Necromancers do <b>three times</b> as much damage.<br><i>The guys we hired before turned out to be scrubs.</i>"
5139
	-costs 3333333333333333333 money, 33333333 bricks
5140
	-unlocks at 150 necromancer
5141
	-multiplies efficiency of necromancer by 300%
5142
	-named Higher-Classed Necromancers
5143
	-picture : http://i.imgur.com/qXqoMU6.png
5144
	*necromancerUpgrade8
5145
	-"Necromancers do <b>four times</b> as much damage.<br><i>So they can clean out the world's graveyards faster.</i>"
5146
	-costs 66666666666666666666 money, 666666666 bricks
5147
	-unlocks at 200 necromancer
5148
	-multiplies efficiency of necromancer by 400%
5149
	-named Teleportation Spells
5150
	-picture : http://i.imgur.com/RnCc5dn.png
5151
	*necromancerUpgrade9
5152
	-"Necromancers do <b>five times</b> as much damage.<br><i>To multiply the zombification spells for cheap.</i>"
5153
	-costs 3333333333333333333333333 money, 33333333333333 bricks
5154
	-unlocks at 300 necromancer
5155
	-multiplies efficiency of necromancer by 500%
5156
	-named Duplication Spells
5157
	-picture : http://i.imgur.com/OZnAMmh.png
5158
	*necromancerUpgrade10
5159
	-"Necromancers do <b>five times</b> as much damage.<br><i>"All ancient tombs have tons of useful magical stuff and only the highest quality corpses. We've never really thought why; it's just a fact." ~A necromancer</i>"
5160
	-costs 33333333333333333333333333333 money, 333333333333333333 bricks
5161
	-unlocks at 400 necromancer
5162
	-multiplies efficiency of necromancer by 500%
5163
	-named Ancient Tombs
5164
	-picture : http://i.imgur.com/Q42Qlh5.png
5165
	*necromancerUpgrade11
5166
	-"Necromancers do <b>seven times</b> as much damage.<br><i>A few centuries ago, some demons snuck into the Great Wizard Library, took all the First Wizards' scrolls, and sent the wizards on the greatest treasure hunt ever constructed to get them back. The scrolls were never found. We're just going to cheat and use the compromisers to hunt them down.<br> <br>"I propose we send everyone we have out on the hunt instead of cheating." ~Agent Johnson<br>"No." ~Everyone</i>"
5167
	-costs 333333333333333333333333333333333 money, 3333333333333333333333 bricks
5168
	-unlocks at 500 necromancer
5169
	-multiplies efficiency of necromancer by 700%
5170
	-named First Wizard Scrolls
5171
	-picture : http://i.imgur.com/2nlwuwZ.png
5172
5173
	*necromancerUpgradeHell
5174
	-"Necromancers do <b>three times</b> as much damage.<br><i>Demon healing magic is so strong it can bring them back from the dead. It's part of the reason they're such assholes, because they know they can never really be killed.</i>"
5175
	-costs 333333333333333333 money, 3333333 bricks
5176
	-unlocks at 125 necromancer
5177
	-multiplies efficiency of necromancer by 300%
5178
	-named Demon Healing Magic
5179
	-picture : http://i.imgur.com/tFOnOWj.png
5180
	*necromancerUpgradeHell2
5181
	-"Necromancers do <b>four times</b> as much damage.<br><i>So powerful with hell magic they can bring people back to life easily. And Satan's janitor is willing to sell some to us!</i>"
5182
	-costs 66666666666666666666666 money, 66666666666 bricks
5183
	-unlocks at 250 necromancer
5184
	-multiplies efficiency of necromancer by 400%
5185
	-named The Devil's Fingernail Clippings
5186
	-picture : http://i.imgur.com/xOeWjYX.png
5187
	*necromancerUpgradeHell3
5188
	-"Necromancers do <b>five times</b> as much damage.<br><i>The Boneyards hold the corpses of many famous wizards, and even deceased demons. The Devil has stated he doesn't really care about them, giving us the perfect entrance. He'll still make us pay a shitload for them, because after all he is a businessman.</i>"
5189
	-costs 333333333333333333333333333 money, 3333333333333333 bricks
5190
	-unlocks at 350 necromancer
5191
	-multiplies efficiency of necromancer by 500%
5192
	-named The Cursed Boneyards of Hell
5193
	-picture : http://i.imgur.com/woP7jN7.png
5194
	*necromancerUpgradeBlack
5195
	-"Necromancers do <b>six times</b> as much damage.<br><i>It sounds cool, but really they only last a couple minutes before The Black is done with the bones. Black-melded zombies: actually kind of lame.</i>"
5196
	-costs 4.9999999999999999e36 money, 4.9999999999999999e25 bricks
5197
	-unlocks at 600 necromancer
5198
	-multiplies efficiency of necromancer by 600%
5199
	-named Black-Melded Zombies
5200
	-picture : http://i.imgur.com/noYm2fV.png
5201
5202
	*giantUpgrade1
5203
	-"Titans do <b>50%</b> more damage.<br><i>The titans only speak the language of the Old World, so we gotta get the wizards to translate that.</i>"
5204
	-costs 4444444444444 money
5205
	-unlocks at 1 giant
5206
	-multiplies efficiency of giant by 150%
5207
	-named Wizard Translators
5208
	-picture : http://i.imgur.com/YYCAyYr.png
5209
	*giantUpgrade2
5210
	-"Titans do <b>twice</b> as much damage.<br><i>Turns out being dead for thousands of years can do things to your strength.</i>"
5211
	-costs 44444444444444 money
5212
	-unlocks at 5 giant
5213
	-multiplies efficiency of giant by 200%
5214
	-named Strength Restoration Spells
5215
	-picture : http://i.imgur.com/NJiXXeV.png
5216
	*giantUpgrade3
5217
	-"Titans do <b>twice</b> as much damage.<br><i>It tells us that the actually strong titans were buried over there.</i>"
5218
	-costs 444444444444444 money
5219
	-unlocks at 25 giant
5220
	-multiplies efficiency of giant by 200%
5221
	-named The Lexicon of Knowledge
5222
	-picture : http://i.imgur.com/qRTZ0PT.png
5223
	*giantUpgrade4
5224
	-"Titans do <b>twice</b> as much damage.<br><i>We finally found a way to improve the titans themselves!</i>"
5225
	-costs 4444444444444444 money
5226
	-unlocks at 50 giant
5227
	-multiplies efficiency of giant by 200%
5228
	-named Giant Brass Knuckles
5229
	-picture : http://i.imgur.com/C8MyH4G.png
5230
	*giantUpgrade5
5231
	-"Titans do <b>twice</b> as much damage.<br><i>Even bigger than the anime swords!</i>"
5232
	-costs 22222222222222222 money
5233
	-unlocks at 75 giant
5234
	-multiplies efficiency of giant by 200%
5235
	-named Giant Swords
5236
	-picture : http://i.imgur.com/fIsmdEs.png
5237
	*giantUpgrade6
5238
	-"Titans do <b>three times</b> as much damage.<br><i>These cost a lot to make, but totally worth.</i>"
5239
	-costs 222222222222222222 money
5240
	-unlocks at 100 giant
5241
	-multiplies efficiency of giant by 300%
5242
	-named Giant Lightsabers
5243
	-picture : http://i.imgur.com/syOhDD5.png
5244
	*giantUpgrade7
5245
	-"Titans do <b>three times</b> as much damage.<br><i>These guys are really big, so they need a really big crack to get through faster.</i>"
5246
	-costs 8888888888888888888 money
5247
	-unlocks at 150 giant
5248
	-multiplies efficiency of giant by 300%
5249
	-named Enlarged Cataract
5250
	-picture : http://i.imgur.com/nqgG46f.png
5251
	*giantUpgrade8
5252
	-"Titans do <b>four times</b> as much damage.<br><i>We found them, finally!</i>"
5253
	-costs 888888888888888888888 money
5254
	-unlocks at 200 giant
5255
	-multiplies efficiency of giant by 400%
5256
	-named The Strongest Titans
5257
	-picture : http://i.imgur.com/Uozfrtb.png
5258
	*giantUpgrade9
5259
	-"Titans do <b>five times</b> as much damage.<br><i>He lives again, so he can destroy these brick walls for us.</i>"
5260
	-costs 22222222222222222222222222 money
5261
	-unlocks at 300 giant
5262
	-multiplies efficiency of giant by 500%
5263
	-named The Titan King
5264
	-picture : http://i.imgur.com/uw0puJR.png
5265
	*giantUpgrade10
5266
	-"Titans do <b>five times</b> as much damage.<br>Punchers do <b>twice</b> as much damage.<br><i>One of the greatest lost books of all time, and we found it! (It was on an online trading site)</i>"
5267
	-costs 444444444444444444444444444444 money
5268
	-unlocks at 400 giant
5269
	-multiplies efficiency of giant by 500%
5270
	-multiplies efficiency of puncher by 200%
5271
	-named Vwynido's Guide to Hand Combat
5272
	-picture : http://i.imgur.com/1VqgNdS.png
5273
	*giantUpgrade11
5274
	-"Titans do <b>seven times</b> as much damage.<br><i>"What took so long?" ~Head of Titan Relations<br>"None of us wanted to attempt to get all the ones that the demons had. We temporarily lifted Agent Johnson's ban from the demons and he managed to get them to fork 'em over for only a few sacrifices." ~Agent Connor<br>"On what grounds?"<br>"He didn't... Oh god damn it."</i>"
5275
	-costs 8888888888888888888888888888888888 money
5276
	-unlocks at 500 giant
5277
	-multiplies efficiency of giant by 700%
5278
	-named All The Titan King Scrolls of Wisdom
5279
	-picture : http://i.imgur.com/enLETzJ.png
5280
5281
	*giantUpgradeHell
5282
	-"Titans do <b>three times</b> as much damage.<br><i>Of course they're not made out of fire, they're just evilium forged in hellfire.</i>"
5283
	-costs 2222222222222222222 money, 22222222 bricks
5284
	-unlocks at 125 giant
5285
	-multiplies efficiency of giant by 300%
5286
	-named Hellfire Weapons
5287
	-picture : http://i.imgur.com/05q6ewZ.png
5288
	*giantUpgradeHell2
5289
	-"Titans do <b>four times</b> as much damage.<br><i>The library of hell has scrolls from the Old World, knowledge that will allow the titans to regain their old strength.</i>"
5290
	-costs 88888888888888888888888 money, 8888888888 bricks
5291
	-unlocks at 250 giant
5292
	-multiplies efficiency of giant by 400%
5293
	-named Access to The Library of Hell
5294
	-picture : http://i.imgur.com/KUOtPNQ.png
5295
	*giantUpgradeHell3
5296
	-"Titans do <b>five times</b> as much damage.<br><i>These pits full of red liquid are legendary, for they are what give demons their superhuman strength: they are the demon birthplace. Only beings full of magic can survive being submerged, and the results are extreme.</i>"
5297
	-costs 2222222222222222222222222222 money, 222222222222222 bricks
5298
	-unlocks at 350 giant
5299
	-multiplies efficiency of giant by 500%
5300
	-named Baths in The Pits of Ahnsquall
5301
	-picture : http://i.imgur.com/vmq6vME.png
5302
	*giantUpgradeBlack
5303
	-"Titans do <b>six times</b> as much damage.<br><i>"This kills more titans than walls." ~Agent Lawrence<br>"What are we gonna do, not have a Black titan upgrade?" ~Head of R&D</i>"
5304
	-costs 6.6666666666666666e37 money, 6.6666666666666666e25 bricks
5305
	-unlocks at 600 giant
5306
	-multiplies efficiency of giant by 600%
5307
	-named Black-Encrusted Knuckles
5308
	-picture : http://i.imgur.com/hAPByUt.png
5309
5310
	*necromancerAndTitanUpgrade
5311
	-"Necromancers do <b>2.5%</b> more damage per titan.<br>Titans do <b>2%</b> more damage per necromancer.<br><i>The necromancers' thrones now sit atop the titans, so they can infuse the titans with greater magic(and look awesome).</i>"
5312
	-costs 4777777777777777 money, 477 bricks
5313
	-multiplies efficiency of necromancer by 2.5% per giant
5314
	-multiplies efficiency of giant by 2% per necromancer
5315
	-unlocks at 50 necromancer, 50 giant
5316
	-named Titan Thrones
5317
	-picture : http://i.imgur.com/ENs5xQl.png
5318
	*necromancerAndTitanUpgrade2
5319
	-"Necromancers do <b>2%</b> more damage per titan.<br>Titans do <b>1.5%</b> more damage per necromancer.<br><i>The necromancers gain enormous power and the titans gain the ability to raise the dead.</i>"
5320
	-costs 277777777777777777 money, 27777 bricks
5321
	-multiplies efficiency of necromancer by 2% per giant
5322
	-multiplies efficiency of giant by 1.5% per necromancer
5323
	-unlocks at 100 necromancer, 100 giant
5324
	-named Magic Swap
5325
	-picture : http://i.imgur.com/KWgN54C.png
5326
	*necromancerAndTitanUpgrade3
5327
	-"Necromancers do <b>1.5%</b> more damage per titan.<br>Titans do <b>1.5%</b> more damage per necromancer.<br><i>Necromancers merge with titans to create almighty dead-rising wall-smashing monsters!</i>"
5328
	-costs 1777777777777777777777 money, 177777777 bricks
5329
	-multiplies efficiency of necromancer by 1.5% per giant
5330
	-multiplies efficiency of giant by 1.5% per necromancer
5331
	-unlocks at 200 necromancer, 200 giant
5332
	-named Merge Form
5333
	-picture : http://i.imgur.com/Zp3cflT.png
5334
	*necromancerAndTitanUpgrade4
5335
	-"Necromancers do <b>1.5%</b> more damage per titan.<br>Titans do <b>1%</b> more damage per necromancer.<br><i>[REDACTED, REDACTED SO HARD]<br>"NEVER AGAIN." ~Head of Demon Relations, RUC</i>"
5336
	-costs 17777777777777777777777777 money, 17777777777777 bricks
5337
	-multiplies efficiency of necromancer by 1.5% per giant
5338
	-multiplies efficiency of giant by 1% per necromancer
5339
	-unlocks at 300 necromancer, 300 giant
5340
	-named Incident 073X
5341
	-picture : http://i.imgur.com/xc5KMYP.png
5342
	*necromancerAndTitanUpgrade5
5343
	-"Necromancers do <b>0.8%</b> more damage per titan.<br>Titans do <b>0.6%</b> more damage per necromancer.<br><i>After a long search, we have found the resting place of the greatest titan king who ever lived.<br> <br>Unfortunately*, Lord Reaefsek's body was never found, as explained in the description of his hand. <br>EDIT: *fucking fortunately.</i>"
5344
	-costs 277777777777777777777777777777 money, 277777777777777777 bricks
5345
	-multiplies efficiency of necromancer by 0.8% per giant
5346
	-multiplies efficiency of giant by 0.6% per necromancer
5347
	-unlocks at 400 necromancer, 400 giant
5348
	-named King Hyzem
5349
	-picture : http://i.imgur.com/CSalqxT.png
5350
	*necromancerAndTitanUpgrade6
5351
	-"Necromancers do <b>0.6%</b> more damage per titan.<br>Titans do <b>0.5%</b> more damage per necromancer.<br><i>Time to finally question him about his unusual knowledge! He says that much of his knowledge came from a stranger to the land, who always wore a white mask and told of many things. When questioned about a name, this stranger asked to be referred to as '#16'.</i>"
5352
	-costs 4777777777777777777777777777777777 money, 4777777777777777777777 bricks
5353
	-multiplies efficiency of necromancer by 0.6% per giant
5354
	-multiplies efficiency of giant by 0.5% per necromancer
5355
	-unlocks at 500 necromancer, 500 giant
5356
	-named King Optuqui
5357
	-picture : http://i.imgur.com/eJI7yUF.png
5358
5359
	*demonUpgrade1
5360
	-"Demons do <b>50%</b> more damage.<br><i>The only things we can do to make demons do more damage involve making them want to.</i>"
5361
	-costs 3333 bricks
5362
	-unlocks at 1 demon
5363
	-multiplies efficiency of demon by 150%
5364
	-named Leather Jackets
5365
	-picture : http://i.imgur.com/klcGmts.png
5366
	*demonUpgrade2
5367
	-"Demons do <b>twice</b> as much damage.<br><i>Totally tricked out and really loud, of course.</i>"
5368
	-costs 33333 bricks
5369
	-unlocks at 5 demon
5370
	-multiplies efficiency of demon by 200% 
5371
	-named Motorcycles
5372
	-picture : http://i.imgur.com/SxcztPw.png
5373
	*demonUpgrade3
5374
	-"Demons do <b>twice</b> as much damage.<br><i>The cult that was doing these before stopped, so we have to take over.</i>"
5375
	-costs 133333 bricks
5376
	-unlocks at 25 demon
5377
	-multiplies efficiency of demon by 200%
5378
	-named Ritual Sacrifices
5379
	-picture : http://i.imgur.com/8r38suM.png
5380
	*demonUpgrade4
5381
	-"Demons do <b>twice</b> as much damage.<br><i>Keeping them entertained.</i>"
5382
	-costs 666666 bricks
5383
	-unlocks at 50 demon
5384
	-multiplies efficiency of demon by 200%
5385
	-named Torture Reels
5386
	-picture : http://i.imgur.com/zpaA3Yo.png
5387
	*demonUpgrade5
5388
	-"Demons do <b>twice</b> as much damage.<br><i>They don't have guns down there, so they want some to take back.</i>"
5389
	-costs 3333333 bricks
5390
	-unlocks at 75 demon
5391
	-multiplies efficiency of demon by 200%
5392
	-named Loads of Weapons
5393
	-picture : http://i.imgur.com/cp19yJ7.png
5394
	*demonUpgrade6
5395
	-"Demons do <b>three times</b> as much damage.<br><i>Man, demons are much bigger assholes than necromancers.</i>"
5396
	-costs 33333333 bricks
5397
	-unlocks at 100 demon
5398
	-multiplies efficiency of demon by 300%
5399
	-named Worshippers
5400
	-picture : http://i.imgur.com/Fa1DMi2.png
5401
	*demonUpgrade7
5402
	-"Demons do <b>three times</b> as much damage.<br><i>Okay so some people are worried about the amount of power the demons have at this point... But remember, we're finally gonna take down this wall!</i>"
5403
	-costs 6666666666 bricks
5404
	-unlocks at 150 demon
5405
	-multiplies efficiency of demon by 300%
5406
	-named Universal Passes
5407
	-picture : http://i.imgur.com/f9zhDkC.png
5408
	*demonUpgrade8
5409
	-"Demons do <b>four times</b> as much damage.<br><i>I'm sure they have a totally legit reason for wanting these.</i>"
5410
	-costs 666666666666 bricks
5411
	-unlocks at 200 demon
5412
	-multiplies efficiency of demon by 400%
5413
	-named Nuclear Launch Codes
5414
	-picture : http://i.imgur.com/MKqt6OB.png
5415
	*demonUpgrade9
5416
	-"Demons do <b>five times</b> as much damage.<br><i>"Okay, maybe giving them all of those things was not a good idea." ~CEO, RUC</i>"
5417
	-costs 13333333333333333 bricks
5418
	-unlocks at 300 demon
5419
	-multiplies efficiency of demon by 500%
5420
	-named Not-Destroying-The-World Tax
5421
	-picture : http://i.imgur.com/92rYyAC.png
5422
	*demonUpgrade10
5423
	-"Demons do <b>five times</b> as much damage.<br><i>Titled "Lord Reaefsek: God of The Unfinished", this journal is full of evil doings and tips & tricks. And, of course, it suddenly cuts off a few dozen pages from the end.</i>"
5424
	-costs 66666666666666666666 bricks
5425
	-unlocks at 400 demon
5426
	-multiplies efficiency of demon by 500%
5427
	-named Lord Reaefsek's Journal
5428
	-picture : http://i.imgur.com/FmFQPoJ.png
5429
	*demonUpgrade11
5430
	-"Demons do <b>seven times</b> as much damage.<br><i>"Oh please tell me you removed The Amsora first." ~Agent Taylor<br>"Yes... So we can give it to them as a seperate upgrade." ~Agent Connor<br>"NOOOOOOOO." ~Head of Demon Relations</i>"
5431
	-costs 3333333333333333333333333 bricks
5432
	-unlocks at 500 demon
5433
	-multiplies efficiency of demon by 700%
5434
	-named Hyzem's Artifact Vault
5435
	-picture : http://i.imgur.com/msrmpyh.png
5436
	
5437
	*demonMagicUpgrade
5438
	-"Demons do <b>three times</b> as much damage.<br><i>They told us they'd use these strictly for trolling.<br>EDIT: WHY THE HELL DID WE GIVE THEM THESE</i>"
5439
	-costs 666666666 bricks, 66666666666666666666 money
5440
	-unlocks at 125 demon
5441
	-multiplies efficiency of demon by 300%
5442
	-named Illusion Spells
5443
	-picture : http://i.imgur.com/SyYTebW.png
5444
	*demonMagicUpgrade2
5445
	-"Demons do <b>four times</b> as much damage.<br><i>"Whatever you do, NEVER give them the ability to actually bend reality instead of just look like they can." ~Demon Relations Department Chief, RUC</i>"
5446
	-costs 66666666666666 bricks, 6666666666666666666666666 money
5447
	-unlocks at 250 demon
5448
	-multiplies efficiency of demon by 400%
5449
	-named Reality-Bending Magic
5450
	-picture : http://i.imgur.com/wkLzlig.png
5451
	*demonMagicUpgrade3
5452
	-"Demons do <b>five times</b> as much damage.<br><i>"You have to be joking." ~All the wizards (paraphrased)</i>"
5453
	-costs 666666666666666666 bricks, 66666666666666666666666666666 money
5454
	-unlocks at 350 demon
5455
	-multiplies efficiency of demon by 500%
5456
	-named All The Most Powerful Spell Scrolls
5457
	-picture : http://i.imgur.com/nIT1FkW.png
5458
	*demonUpgradeBlack
5459
	-"Demons do <b>six times</b> as much damage.<br><i>The demons request their own Black-themed upgrade, "mostly for style points".<br> <br>"Wait, didn't the Devil himself say not to use this stuff?" ~Agent Carter<br>"I've learned to just not question them at this point." ~Agent Connor</i>"
5460
	-costs 3.333333333333333e28 bricks, 3.333333333333333e39 money
5461
	-unlocks at 600 demon
5462
	-multiplies efficiency of demon by 600%
5463
	-named Black-Amalgamated Pitchforks
5464
	-picture : http://i.imgur.com/lqdvoH6.png
5465
5466
	*compromiserUpgrade
5467
	-"Reality compromisers do <b>50%</b> more damage.<br><i>Reality code is written in some weird language. We only speak AMERICAN!</i>"
5468
	-costs 500500550005550 money, 100 fourthWallMatter
5469
	-unlocks at 1 compromiser
5470
	-multiplies efficiency of compromiser by 150%
5471
	-named Universal Translators
5472
	-picture : http://i.imgur.com/gRgl3DR.png
5473
	*compromiserUpgrade2
5474
	-"Reality compromisers do <b>twice</b> as much damage.<br><i>To break through all of reality's firewalls.</i>"
5475
	-costs 5000055505005505 money, 1000 fourthWallMatter
5476
	-unlocks at 5 compromiser
5477
	-multiplies efficiency of compromiser by 200%
5478
	-named Hackers
5479
	-picture : http://i.imgur.com/Au6TbeN.png
5480
	*compromiserUpgrade3
5481
	-"Reality compromisers do <b>twice</b> as much damage.<br><i>They type at 300 words a minute, and can team up on the same keyboard for better efficiency!</i>"
5482
	-costs 50000555050055050 money, 5000 fourthWallMatter
5483
	-unlocks at 25 compromiser
5484
	-multiplies efficiency of compromiser by 200%
5485
	-named TV Hackers
5486
	-picture : http://i.imgur.com/s0e1Pk1.png
5487
	*compromiserUpgrade4
5488
	-"Reality compromisers do <b>twice</b> as much damage.<br><i>"More gears! More pistons!" ~RC project leader</i>"
5489
	-costs 500005550500550550 money, 50000 fourthWallMatter
5490
	-unlocks at 50 compromiser
5491
	-multiplies efficiency of compromiser by 200%
5492
	-named Overcomplication
5493
	-picture : http://i.imgur.com/mpvRvBz.png
5494
	*compromiserUpgrade5
5495
	-"Reality compromisers do <b>twice</b> as much damage.<br><i>They rip through the unhackable fabric to get to the deeper layers of code.</i>"
5496
	-costs 5000055505005505500 money, 500000 fourthWallMatter
5497
	-unlocks at 75 compromiser
5498
	-multiplies efficiency of compromiser by 200%
5499
	-named Reality Sawblades
5500
	-picture : http://i.imgur.com/8BWPao1.png
5501
	*compromiserUpgrade6
5502
	-"Reality compromisers do <b>three times</b> as much damage.<br><i>Really it's the 8th secret ingredient. All the materials it takes to break reality are secrets.</i>"
5503
	-costs 50000555050055055005 money, 5000000 fourthWallMatter
5504
	-unlocks at 100 compromiser
5505
	-multiplies efficiency of compromiser by 300%
5506
	-named Secret Ingredient
5507
	-picture : http://i.imgur.com/vWe5dwK.png
5508
	*compromiserUpgrade7
5509
	-"Reality compromisers do <b>three times</b> as much damage.<br><i>Now our guys can reprogram reality with their minds. Hell yes.</i>"
5510
	-costs 1101000101001101100010 money, 500000000 fourthwallMatter
5511
	-unlocks at 150 compromiser
5512
	-multiplies efficiency of compromiser by 300%
5513
	-named Thought-to-Text Translators
5514
	-picture : http://i.imgur.com/3QMurit.png
5515
	*compromiserUpgrade8
5516
	-"Reality compromisers do <b>four times</b> as much damage.<br><i>"If the hugely important machines aren't as big as a small city, you're doing it wrong." ~Head of Tech, RUC</i>"
5517
	-costs 110100010100110110001010 money, 50000000000 fourthwallMatter
5518
	-unlocks at 200 compromiser
5519
	-multiplies efficiency of compromiser by 400%
5520
	-named Extreme Overcomplication
5521
	-picture : http://i.imgur.com/qxa1Na2.png
5522
	*compromiserUpgrade9
5523
	-"Reality compromisers do <b>five times</b> as much damage.<br><i>According to the hackers, the custom operating system that we had to make for handling reality code "is a sack of garbage", and "it's like you told the programmers to spend the minimum possible amount of time on it". Hopefully the latter was a joke, or they know our strategy.</i>"
5524
	-costs 1100101100100110111000010000 money, 2000000000000 fourthWallMatter
5525
	-unlocks at 300 compromiser
5526
	-multiplies efficiency of compromiser by 500%
5527
	-named Way Better Interface
5528
	-picture : http://i.imgur.com/NFNQ3zk.png
5529
	*compromiserUpgrade10
5530
	-"Reality compromisers do <b>five times</b> as much damage.<br><i>"Investigating the Sgapang Ball with the compromisers has led to a discovery... It was made by editing reality code.<br> <br>80,000 years ago.<br> <br>Let's be safe." ~Hacker #21 in the Firewall proposal</i>"
5531
	-costs 20020222020022022200002002022020 money, 10000000000000000 fourthWallMatter
5532
	-unlocks at 400 compromiser
5533
	-multiplies efficiency of compromiser by 500%
5534
	-named Firewalls
5535
	-picture : http://i.imgur.com/DJUqiov.png
5536
	*compromiserUpgrade11
5537
	-"Reality compromisers do <b>seven times</b> as much damage.<br><i>A bunch of carvings in the dungeons of Sauthir, the first titan castle. The titans couldn't make head or tail of them, but we can see that they are instructions to write some extremely useful reality scripts. When questioned of who carved them, Optuqui said that #16 did, saying they were an order from "the king himself".</i>"
5538
	-costs 500505055050550505005050050500505550 money, 10000000000000000000000 fourthWallMatter
5539
	-unlocks at 500 compromiser
5540
	-multiplies efficiency of compromiser by 700%
5541
	-named The Divine Instructions
5542
	-picture : http://i.imgur.com/KkLNQv0.png
5543
5544
	*compromiserMagicUpgrade
5545
	-"Reality compromisers do <b>three times</b> as much damage.<br><i>Magically breaking through reality is a lot easier.</i>"
5546
	-costs 505050505050505050505 money, 50000000 fourthWallMatter
5547
	-unlocks at 125 compromiser
5548
	-multiplies efficiency of compromiser by 300%
5549
	-named Code-to-Magic Conversion
5550
	-picture : http://i.imgur.com/3aOpWd3.png
5551
	*compromiserMagicUpgrade2
5552
	-"Reality compromisers do <b>four times</b> as much damage.<br><i>Closer to the "hack and slash" definition of hacker than the programming one.</i>"
5553
	-costs 20202020202020202020202020 money, 200000000000 fourthWallMatter
5554
	-unlocks at 250 compromiser
5555
	-multiplies efficiency of compromiser by 400%
5556
	-named Demon Hackers
5557
	-picture : http://i.imgur.com/lBojsEA.png
5558
	*compromiserMagicUpgrade3
5559
	-"Reality compromisers do <b>five times</b> as much damage.<br><i>That unknown substance the wizards gave us blows through reality fabric very well. What a useful super dangerous explosive acid! Yes it is!</i>"
5560
	-costs 202020202020202020202020202020 money, 200000000000000 fourthWallMatter
5561
	-unlocks at 350 compromiser
5562
	-multiplies efficiency of compromiser by 500%
5563
	-named ???
5564
	-picture : http://i.imgur.com/rCKPdfD.png
5565
	*compromiserUpgradeBlack
5566
	-"Reality compromisers do <b>six times</b> as much damage.<br><i>"I thought they said mixing the Black with reality editing was a terrible idea." ~Agent Carter<br>"Clearly you do not understand upgrade themes." ~Head of R&D</i>"
5567
	-costs 5.005050550505550e39 money, 5.005050550505550e28 bricks, 500000000000000000000000000 fourthWallMatter
5568
	-unlocks at 600 compromiser
5569
	-multiplies efficiency of compromiser by 600%
5570
	-named Black-Coalesced Reality Sawblades
5571
	-picture : http://i.imgur.com/VeoBNKx.png
5572
5573
	*lastBuildingUpgrade
5574
	-"Black obliterators do <b>50%</b> more damage.<br><i>Rules of The Black<br>#1: Do not touch it.<br>#2: Do not do anything relating to it without level 10 permission.<br>#3: DO NOT TOUCH IT.</i>"
5575
	-costs 260000000000000000000 money, 260000 fourthWallMatter
5576
	-unlocks at 1 lastBuilding
5577
	-multiplies efficiency of lastBuilding by 150%
5578
	-named The Rules
5579
	-picture : http://i.imgur.com/PqwDNQa.png
5580
	*lastBuildingUpgrade2
5581
	-"Black obliterators do <b>50%</b> more damage.<br><i>"Way, way, waaaaay more." ~Agent Lawrence, in the WMS proposal</i>"
5582
	-costs 520000000000000000000 money, 520000 fourthWallMatter
5583
	-unlocks at 5 lastBuilding
5584
	-multiplies efficiency of lastBuilding by 150%
5585
	-named Way More Safeguards
5586
	-picture : http://i.imgur.com/zjWBTj1.png
5587
	*lastBuildingUpgrade3
5588
	-"Black obliterators do <b>twice</b> as much damage.<br><i>The wizards have much knowledge relating to supernatural things, and The Black is kind of like something called Bodjsia, only "Bodjsia is nothing in comparison, before this it was one of the most feared substances".</i>"
5589
	-costs 5200000000000000000000 money, 5200000 fourthWallMatter
5590
	-unlocks at 25 lastBuilding
5591
	-multiplies efficiency of lastBuilding by 200%
5592
	-named Wizard Research
5593
	-picture : http://i.imgur.com/2lFDykJ.png
5594
	*lastBuildingUpgrade4
5595
	-"Black obliterators do <b>twice</b> as much damage.<br><i>The titans can help a lot more. Old World magic is way more powerful than modern magic, and as the 1337 sn1p3rs would say, "for the pros".</i>"
5596
	-costs 52000000000000000000000 money, 52000000 fourthWallMatter
5597
	-unlocks at 50 lastBuilding
5598
	-multiplies efficiency of lastBuilding by 200%
5599
	-named Titan Research
5600
	-picture : http://i.imgur.com/Sb9XPog.png
5601
	*lastBuildingUpgrade5
5602
	-"Black obliterators do <b>twice</b> as much damage.<br><i>The demons are very interested in The Black, because it is the only thing they have ever found that they have no records of.</i>"
5603
	-costs 520000000000000000000000 money, 520000000 fourthWallMatter
5604
	-unlocks at 75 lastBuilding
5605
	-multiplies efficiency of lastBuilding by 200%
5606
	-named Demon Research
5607
	-picture : http://i.imgur.com/8dQt7Qe.png
5608
	*lastBuildingUpgrade6
5609
	-"Black obliterators do <b>twice</b> as much damage.<br><i>The Big Man is very interested in The Black, because it is the only thing he has ever encountered that emanates more pure evil and power than him.</i>"
5610
	-costs 5200000000000000000000000 money, 5200000000 fourthWallMatter
5611
	-unlocks at 100 lastBuilding
5612
	-multiplies efficiency of lastBuilding by 200%
5613
	-named Wisdom From The Devil
5614
	-picture : http://i.imgur.com/nJNDKGD.png
5615
	*lastBuildingUpgrade7
5616
	-"Black obliterators do <b>three times</b> as much damage.<br><i>The wizards say The Black defies everything they know about magic and the laws of the universe, and we should not be using it but finding a way to destroy it. Screw those guys, right?</i>"
5617
	-costs 260000000000000000000000000 money, 260000000000 fourthWallMatter
5618
	-unlocks at 150 lastBuilding
5619
	-multiplies efficiency of lastBuilding by 300%
5620
	-named Wizard Bribes
5621
	-picture : http://i.imgur.com/A056Mob.png
5622
	*lastBuildingUpgrade8
5623
	-"Black obliterators do <b>three times</b> as much damage.<br><i>"The Black's power is unspeakable... The amount you have been using is only scratching the surface. It is so absolute, in fact, that The Boss is requesting you not use it, as it could very possibly obliterate all of existence if you misuse it." ~The Head Demon</i>"
5624
	-costs 52000000000000000000000000000 money, 52000000000000 fourthWallMatter
5625
	-unlocks at 200 lastBuilding
5626
	-multiplies efficiency of lastBuilding by 300%
5627
	-named Demon Bribes
5628
	-picture : http://i.imgur.com/zQpS4F8.png
5629
	*lastBuildingUpgrade9
5630
	-"Black obliterators do <b>four times</b> as much damage.<br><i>"We took an expedition back to [REDACTED], and guess what we found in the temple? You'll be just as surprised as we were..." ~Agent Connor</i>"
5631
	-costs 520000000000000000000000000000000 money, 520000000000000000 fourthWallMatter
5632
	-unlocks at 300 lastBuilding
5633
	-multiplies efficiency of lastBuilding by 400%
5634
	-named Guide To Properly Handling The Black
5635
	-picture : http://i.imgur.com/jFpYzHt.png
5636
	*lastBuildingUpgrade10
5637
	-"Black obliterators do <b>four times</b> as much damage.<br><i>"More complex metal parts we have to replace every day? UGH. UUUUUGGGGHHHHH." ~Head of Maintanence</i>"
5638
	-costs 2.6e+37 money, 2.6e+22 fourthwallmatter
5639
	-unlocks at 400 lastBuilding
5640
	-multiplies efficiency of lastBuilding by 400%
5641
	-named Black Distributors
5642
	-picture : http://i.imgur.com/9ICkBB1.png
5643
5644
	*lastBuildingUpgradeMagic
5645
	-"Black obliterators do <b>twice</b> as much damage.<br><i>Teleportation spells are basically the duct tape of magic.</i>"
5646
	-costs 52000520005200052000520005 money, 52000520005 fourthWallMatter, 260000000000000 bricks
5647
	-unlocks at 125 lastBuilding
5648
	-multiplies efficiency of lastBuilding by 200%
5649
	-named Teleportation Spells
5650
	-picture : http://i.imgur.com/UDpQHgY.png
5651
	*lastBuildingUpgradeMagic2
5652
	-"Black obliterators do <b>three times</b> as much damage.<br><i>As does anything, The Black has more trouble eating through pure magic than the unobtainium plating we were using before.</i>"
5653
	-costs 5200052000520005200052000520005 money, 5200052000520005 fourthWallMatter, 52000000000000000000 bricks
5654
	-unlocks at 250 lastBuilding
5655
	-multiplies efficiency of lastBuilding by 300%
5656
	-named Pure Magic Robots
5657
	-picture : http://i.imgur.com/5vGNs1i.png
5658
	*lastBuildingUpgradeMagic3
5659
	-"Black obliterators do <b>three times</b> as much damage.<br><i>"We may be making the robots last longer, but it really just makes the replacements even more expensive." ~Head of Finance<br>"MONEY IS NO CONCERN FOR THE RUC" ~Automated RUC complaint responder</i>"
5660
	-costs 52000520005200052000520005200052000 money, 52000520005200052000 fourthWallMatter, 520000000000000000000000 bricks
5661
	-unlocks at 350 lastBuilding
5662
	-multiplies efficiency of lastBuilding by 300%
5663
	-named Pure Antimatter Robots
5664
	-picture : http://i.imgur.com/jvDmXhB.png
5665
5666
	*compromiserAndLastBuildingUpgrade
5667
	-"Reality compromisers do <b>2%</b> more damage per black obliterator.<br>Black obliterators do <b>1%</b> more damage per reality compromiser.<br><i>Agent Johnson has sent in a request to be made indestructible and turned into a Black obliterator. This is quite possibly the worst idea we've ever heard.</i>"
5668
	-costs 52600000000000000000000 money, 52600000 fourthWallMatter
5669
	-unlocks at 100 compromiser, 50 lastBuilding
5670
	-multiplies efficiency of compromiser by 2% per lastBuilding
5671
	-multiplies efficiency of lastBuilding by 1% per compromiser
5672
	-named Agent Johnson
5673
	-picture : http://i.imgur.com/IM9TZkN.png
5674
	*compromiserAndLastBuildingUpgrade2
5675
	-"Reality compromisers do <b>2%</b> more damage per black obliterator.<br>Black obliterators do <b>0.5%</b> more damage per reality compromiser.<br><i>The compromisers can keep The Black from destroying the robots as fast, and The Black eats through reality fabric faster than anything else.</i>"
5676
	-costs 5260000000000000000000000 money, 5260000000 fourthWallMatter
5677
	-unlocks at 200 compromiser, 100 lastBuilding
5678
	-multiplies efficiency of compromiser by 2% per lastBuilding
5679
	-multiplies efficiency of lastBuilding by 0.5% per compromiser
5680
	-named Working Together
5681
	-picture : http://i.imgur.com/7BosjQJ.png
5682
	*compromiserAndLastBuildingUpgrade3
5683
	-"Reality compromisers do <b>1.5%</b> more damage per black obliterator.<br>Black obliterators do <b>0.3%</b> more damage per reality compromiser.<br><i>"So, mixing The Black with reality code is like... Mixing The Black with anything, really: A TERRIBLE IDEA." ~RC Project Leader, in the NWT proposal</i>"
5684
	-costs 52600000000000000000000000000 money, 52600000000000 fourthWallMatter
5685
	-unlocks at 300 compromiser, 200 lastBuilding
5686
	-multiplies efficiency of compromiser by 1.5% per lastBuilding
5687
	-multiplies efficiency of lastBuilding by 0.3% per compromiser
5688
	-named Not Working Together
5689
	-picture : http://i.imgur.com/n7blHpS.png
5690
	*compromiserAndLastBuildingUpgrade4
5691
	-"Reality compromisers do <b>1%</b> more damage per black obliterator.<br>Black obliterators do <b>0.2%</b> more damage per reality compromiser.<br><i>"why dont you just give them god mode" ~1337 sn1p3r #73, before being assigned Co-Head of R&D</i>"
5692
	-costs 526000000000000000000000000000000 money, 526000000000000000 fourthWallMatter
5693
	-unlocks at 400 compromiser, 300 lastBuilding
5694
	-multiplies efficiency of compromiser by 1% per lastBuilding
5695
	-multiplies efficiency of lastBuilding by 0.2% per compromiser
5696
	-named Indestructible Robots
5697
	-picture : http://i.imgur.com/sphsdEU.png
5698
	*compromiserAndLastBuildingUpgrade5
5699
	-"Reality compromisers do <b>1%</b> more damage per black obliterator.<br>Black obliterators do <b>0.2%</b> more damage per reality compromiser.<br><i>The ones before weren't really, just as strong as we could possibly make them; The Black took a few days to finish them off. We didn't know how to make something 100% indestructible, but the Divine Instructions conveniently contained the indestructibility script!<br> <br>"I'm throwing in a joke to make this description more interesting." ~Agent Johnson<br>"Pointing out the lack of a joke isn't a joke." ~Agent Connor</i>"
5700
	-costs 1.52e+37 money, 1.52e+22 fourthwallmatter
5701
	-unlocks at 500 compromiser, 400 lastBuilding
5702
	-multiplies efficiency of compromiser by 1% per lastBuilding
5703
	-multiplies efficiency of lastBuilding by 0.2% per compromiser
5704
	-named Actually Indestructible Robots
5705
	-picture : http://i.imgur.com/kBznWvd.png
5706
5707
	*brickFactoryUpgrade
5708
	-"Brick factories produce <b>50%</b> more bricks.<br><i>The dark magic tablets we're using can talk, so we need to learn more about them to use them better. They sound really creepy, and talk about really disturbing stuff.</i>"
5709
	-costs 66666666666666 money
5710
	-unlocks at 1 brickFactory
5711
	-multiplies efficiency of brickFactory by 150%
5712
	-named Interviewers
5713
	-picture : http://i.imgur.com/aCU88Ro.png
5714
	*brickFactoryUpgrade2
5715
	-"Brick factories produce <b>50%</b> more bricks.<br><i>The tablets like evil, so this is the first step. You can imagine the recruitment process for this.</i>"
5716
	-costs 266666666666666 money
5717
	-unlocks at 5 brickFactory
5718
	-multiplies efficiency of brickFactory by 150%
5719
	-named Assholes
5720
	-picture : http://i.imgur.com/tpCfx3P.png
5721
	*brickFactoryUpgrade3
5722
	-"Brick factories produce <b>twice</b> as many bricks.<br><i>The next step.</i>"
5723
	-costs 2666666666666666 money
5724
	-unlocks at 25 brickFactory
5725
	-multiplies efficiency of brickFactory by 200%
5726
	-named Convicts
5727
	-picture : http://i.imgur.com/DzNqcUh.png
5728
	*brickFactoryUpgrade4
5729
	-"Brick factories and manual brick creation produce <b>twice</b> as many bricks.<br><i>We need the real cream of the crop here, not those guys in for possessing drugs.</i>"
5730
	-costs 46666666666666666 money
5731
	-unlocks at 50 brickFactory
5732
	-multiplies efficiency of brickFactory by 200%
5733
	-multiplies efficiency of makeBricks by 200%
5734
	-named Convict Filtering
5735
	-picture : http://i.imgur.com/e6dtWjK.png
5736
	*brickFactoryUpgrade5
5737
	-"Brick factories produce <b>twice</b> as many bricks.<br>Manual brick creation produces <b>three times</b> as many bricks.<br><i>Let's make our own evil! Nothing could go wrong with this.</i>"
5738
	-costs 466666666666666666 money
5739
	-unlocks at 75 brickFactory
5740
	-multiplies efficiency of brickFactory by 200%
5741
	-multiplies efficiency of makeBricks by 300%
5742
	-named Evil Robots
5743
	-picture : http://i.imgur.com/eTfuby4.png
5744
	*brickFactoryUpgrade6
5745
	-"Brick factories produce <b>three times</b> as many bricks.<br>Manual brick creation produces <b>four times</b> as many bricks.<br><i>They're evil, and they know stuff about illegal brick production! It's perfect!</i>"
5746
	-costs 8666666666666666666 money
5747
	-unlocks at 100 brickFactory
5748
	-multiplies efficiency of brickFactory by 300%
5749
	-multiplies efficiency of makeBricks by 400%
5750
	-named Evil Alchemists
5751
	-picture : http://i.imgur.com/AuwAJ6i.png
5752
	*brickFactoryUpgrade7
5753
	-"Brick factories produce <b>three times</b> as many bricks.<br>Manual brick creation produces <b>four times</b> as many bricks.<br><i>The prime export of hell, bought it off some demons. Now all we're missing for the ingredients is child blood.</i>"
5754
	-costs 433333333333333333333 money, 33333333 bricks
5755
	-unlocks at 150 brickFactory
5756
	-multiplies efficiency of brickFactory by 300%
5757
	-multiplies efficiency of makeBricks by 400%
5758
	-named Evilium
5759
	-picture : http://i.imgur.com/WAMfl5a.png
5760
	*brickFactoryUpgrade8
5761
	-"Brick factories produce <b>four times</b> as many bricks.<br>Manual brick creation produces <b>five times</b> as many bricks.<br><i>The demons always come through. For a price, of course.</i>"
5762
	-costs 46666666666666666666666 money, 6666666666 bricks
5763
	-unlocks at 200 brickFactory
5764
	-multiplies efficiency of brickFactory by 400%
5765
	-multiplies efficiency of makeBricks by 500%
5766
	-named Child Blood
5767
	-picture : http://i.imgur.com/aJfezqc.png
5768
	*brickFactoryUpgrade9
5769
	-"Brick factories produce <b>five times</b> as many bricks.<br>Manual brick creation produces <b>six times</b> as many bricks.<br><i>Brought in the reality compromisers for this one. We found the reality code for good & evil. I'm sure you can guess what we did with that.</i>"
5770
	-costs 266666666666666666666666666 money, 66666666666666 fourthWallMatter
5771
	-unlocks at 300 brickFactory
5772
	-multiplies efficiency of brickFactory by 500%
5773
	-multiplies efficiency of makeBricks by 600%
5774
	-named Alignment Sliders
5775
	-picture : http://i.imgur.com/kEcAqB6.png
5776
	*brickFactoryUpgrade10
5777
	-"Brick factories produce <b>five times</b> as many bricks.<br>Manual brick creation produces <b>six times</b> as many bricks.<br><i>The factories have reached the point where normal people can't really go in anymore, at the risk of being corrupted. We can make suits with the alignment slid all the way over to 'good' to be able to collect the bricks, instead of actually having to do something about it.</i>"
5778
	-costs 2666666666666666666666666666666 money, 666666666666666 fourthWallMatter
5779
	-unlocks at 400 brickFactory
5780
	-multiplies efficiency of brickFactory by 500%
5781
	-multiplies efficiency of makeBricks by 600%
5782
	-named Evil-Proof Suits
5783
	-picture : http://i.imgur.com/v1FFhA9.png
5784
	*brickFactoryUpgrade11
5785
	-"Brick factories and manual brick creation produce <b>seven times</b> as many bricks.<br><i>Said to be blessed by the gods, the Holy Brick was first found 37,000 years ago on Vywheir, an uninhabited island.<br> <br>"It doesn't look anything like a brick." ~BF Project Leader<br>"Would you want a magical artifact called 'The Big White Cube' or 'The Holy Brick of Vywheir'?" ~Agent Connor</i>"
5786
	-costs 86666666666666666666666666666666666 money
5787
	-unlocks at 500 brickFactory
5788
	-multiplies efficiency of brickFactory by 700%
5789
	-multiplies efficiency of makeBricks by 700%
5790
	-named The Holy Brick of Vywheir
5791
	-picture : http://i.imgur.com/CVVcmHj.png
5792
5793
	*brickFactoryMagicUpgrade
5794
	-"Brick factories and manual brick creation produce <b>three times</b> as many bricks.<br><i>We've asked the wizards what exactly makes some magic "evil", and they said that the First Wizards who invented all the spells just kinda decided that certain spells were "evil". The First Wizards are pretty widely hated among magic users.</i>"
5795
	-costs 86666666666666666666 money, 466666666 bricks
5796
	-unlocks at 125 brickFactory
5797
	-multiplies efficiency of brickFactory by 400%
5798
	-multiplies efficiency of makeBricks by 400%
5799
	-named Evil Magic
5800
	-picture : http://i.imgur.com/eN3zjjZ.png
5801
	*brickFactoryMagicUpgrade2
5802
	-"Brick factories and manual brick creation produce <b>four times</b> as many bricks.<br><i>As similar as they sound, Black magic is actually unrelated to dark magic. Dark magic is magic that is frowned upon for general use, whereas Black magic comes from The Black, which is absolute pure evil.</i>"
5803
	-costs 1666666666666666666666666 money, 46666666666666 bricks
5804
	-unlocks at 250 brickFactory
5805
	-multiplies efficiency of brickFactory by 400%
5806
	-multiplies efficiency of makeBricks by 400%
5807
	-named Black Magic
5808
	-picture : http://i.imgur.com/XqIMXQp.png
5809
	*brickFactoryMagicUpgrade3
5810
	-"Brick factories and manual brick creation produce <b>five times</b> as many bricks.<br><i>Might as well just make the entire factories out of it, for maximal usage.</i>"
5811
	-costs 46666666666666666666666666666 money, 46666666666666666 bricks
5812
	-unlocks at 350 brickFactory
5813
	-multiplies efficiency of brickFactory by 500%
5814
	-multiplies efficiency of makeBricks by 500%
5815
	-named Pure Evil Magic
5816
	-picture : http://i.imgur.com/jEDWowF.png
5817
	*brickFactoryUpgradeBlack
5818
	-"Brick factories and manual brick creation produce <b>six times</b> as many bricks.<br><i>We really should've done this sooner, seeing as the tablets love evil and that The Black is 100% evil.<br>And that since the demons are in charge, we don't have to be the ones to handle that shit.</i>"
5819
	-costs 1.6666666666666666e39 money, 366666666666666666666666666 bricks
5820
	-unlocks at 600 brickFactory
5821
	-multiplies efficiency of brickFactory by 600%
5822
	-multiplies efficiency of makeBricks by 600%
5823
	-named Black-Imbued Factory Walls
5824
	-picture : http://i.imgur.com/ufqnZaV.png
5825
5826
	*brickFactoryAndDemonUpgrade
5827
	-"Brick factories produce <b>4%</b> more bricks per demon.<br>Demons do <b>4%</b> more damage per brick factory.<br><i>The demons agreed to visit the dark magic tablets, and they actually get along really well. Now they come over all the time.</i>"
5828
	-costs 19999999999999999 money, 99999 bricks
5829
	-multiplies efficiency of brickFactory by 4% per demon
5830
	-multiplies efficiency of demon by 4% per brickFactory
5831
	-unlocks at 25 demon, 25 brickFactory
5832
	-named Demon Visits
5833
	-picture : http://i.imgur.com/VSLFI8U.png
5834
	*brickFactoryAndDemonUpgrade2
5835
	-"Brick factories produce <b>2.5%</b> more bricks per demon.<br>Demons do <b>1.5%</b> more damage per brick factory.<br><i>The demons will take over all the positions at the brick factories, at the dark magic tablets' request.</i>"
5836
	-costs 6666666666666666666 money, 33333333 bricks
5837
	-multiplies efficiency of brickFactory by 2.5% per demon
5838
	-multiplies efficiency of demon by 1.5% per brickFactory
5839
	-unlocks at 100 demon, 100 brickFactory
5840
	-named Demon Managers
5841
	-picture : http://i.imgur.com/w3bmw1m.png
5842
	*brickFactoryAndDemonUpgrade3
5843
	-"Brick factories produce <b>1.5%</b> more bricks per demon.<br>Demons do <b>1%</b> more damage per brick factory.<br><i>The demons and the tablets work together to enhance their magic. All we can do is hope they aren't conspiring behind our backs.</i>"
5844
	-costs 199999999999999999999999 money, 666666666666 bricks
5845
	-multiplies efficiency of brickFactory by 1.5% per demon
5846
	-multiplies efficiency of demon by 1% per brickFactory
5847
	-unlocks at 200 demon, 200 brickFactory
5848
	-named Dark Magic Enhancing
5849
	-picture : http://i.imgur.com/ElLXy2O.png
5850
	*brickFactoryAndDemonUpgrade4
5851
	-"Brick factories produce <b>1%</b> more bricks per demon.<br>Demons do <b>0.8%</b> more damage per brick factory.<br><i>If there's anyone the tablets will like even more than the demons... And if there's anyone who can actually arrange a video chat with the Big Man, it's the demons.</i>"
5852
	-costs 399999999999999999999999999 money, 13333333333333333 bricks
5853
	-multiplies efficiency of brickFactory by 1% per demon
5854
	-multiplies efficiency of demon by 0.8% per brickFactory
5855
	-unlocks at 300 demon, 300 brickFactory
5856
	-named Video Chat With Satan
5857
	-picture : http://i.imgur.com/eT14Ml4.png
5858
	*brickFactoryAndDemonUpgrade5
5859
	-"Brick factories produce <b>1%</b> more bricks per demon.<br>Demons do <b>0.5%</b> more damage per brick factory.<br><i>Open 24 hours, 365 days a year!</i>"
5860
	-costs 3999999999999999999999999999999 money, 133333333333333333333 bricks
5861
	-multiplies efficiency of brickFactory by 1% per demon
5862
	-multiplies efficiency of demon by 0.5% per brickFactory
5863
	-unlocks at 400 demon, 400 brickFactory
5864
	-named Giant Portals to Hell
5865
	-picture : http://i.imgur.com/5VX1Hgp.png
5866
	*brickFactoryAndDemonUpgrade6
5867
	-"Brick factories produce <b>0.6%</b> more bricks per demon.<br>Demons do <b>0.4%</b> more damage per brick factory.<br><i>"Nooo. Don't give it to them. For all that is holy, don't let the demons near that thing. WE DON'T WANT TO KNOW WHAT THEIR DREAMS LOOK LIKE." ~Head of Demon Relations</i>"
5868
	-costs 79999999999999999999999999999999999 money, 3333333333333333333333333 bricks
5869
	-multiplies efficiency of brickFactory by 0.6% per demon
5870
	-multiplies efficiency of demon by 0.4% per brickFactory
5871
	-unlocks at 500 demon, 500 brickFactory
5872
	-named The Amsora
5873
	-picture : http://i.imgur.com/iQAGCUC.png
5874
5875
	*buildingTrophy1
5876
	-"Punchers do <b>2%</b> more damage per puncher.<br>Hand punches do <b>0.2%</b> more damage per puncher.<br><i>We don't know who started the "puncher trophy is people" rumor, but it's not true.</i><br> <br>Clubber trophy: <b>150</b> capsules"
5877
	-costs 22222222222222222222 money
5878
	-unlocks at 75 prestige
5879
	-multiplies efficiency of puncher by 2% per puncher
5880
	-multiplies efficiency of hitWall by 0.2% per puncher 
5881
	-named Puncher Trophy
5882
	-picture : http://i.imgur.com/ICAyOBa.png
5883
	*buildingTrophy2
5884
	-"Clubbers do <b>2%</b> more damage per clubber.<br><i>Clubbing the wall with the clubber trophy is discouaged.</i><br> <br>Swordsman Trophy: <b>300</b> capsules"
5885
	-costs 151515151515151515151 money
5886
	-unlocks at 150 prestige
5887
	-multiplies efficiency of clubber by 2% per clubber
5888
	-named Clubber Trophy
5889
	-picture : http://i.imgur.com/OXiJtV3.png
5890
	*buildingTrophy3
5891
	-"Swordsmen do <b>2%</b> more damage per swordsman.<br><i>You can't possibly think swords are worthless against a brick wall now that we got a trophy for it!</i><br> <br>Gunshooter Trophy: <b>600</b> capsules"
5892
	-costs 1111111111111111111111 money
5893
	-unlocks at 300 prestige
5894
	-multiplies efficiency of swordsman by 2% per swordsman
5895
	-named Swordsman Trophy
5896
	-picture : http://i.imgur.com/RDO3AWy.png
5897
	*buildingTrophy4
5898
	-"Gunshooters do <b>2%</b> more damage per gunshooter.<br><i>"im the king" ~1337 sn1p3r #33</i><br> <br>Grenademan Trophy: <b>1,500</b> capsules"
5899
	-costs 61616161616161616161616 money
5900
	-unlocks at 600 prestige
5901
	-multiplies efficiency of gunner by 2% per gunner
5902
	-named Gunshooter Trophy
5903
	-picture : http://i.imgur.com/EZfVqoz.png
5904
	*buildingTrophy5
5905
	-"Grenademen do <b>2%</b> more damage per grenademan.<br><i>Does not explode, no matter how many times Agent Johnson tells you it does.</i><br> <br>Wrecking Ball Trophy: <b>3,000</b> capsules"
5906
	-costs 444444444444444444444444 money
5907
	-unlocks at 1500 prestige
5908
	-multiplies efficiency of grenade by 2% per grenade
5909
	-named Grenademan Trophy
5910
	-picture : http://i.imgur.com/6iJV1vD.png
5911
	*buildingTrophy6
5912
	-"Wrecking balls do <b>2%</b> more damage per wrecking ball.<br><i>Note: You are NOT allowed to use this as a wrecking ball. That means you, Agent Johnson. ~Agent Lawrence</i><br> <br>Bulldozer Trophy: <b>6,000</b> capsules"
5913
	-costs 8888888888888888888888888 money
5914
	-unlocks at 3000 prestige
5915
	-multiplies efficiency of wreckingBall by 2% per wreckingBall
5916
	-named Wrecking Ball Trophy
5917
	-picture : http://i.imgur.com/ZFPZc5b.png
5918
	*buildingTrophy7
5919
	-"Bulldozers do <b>2%</b> more damage per bulldozer.<br><i>"Found Agent Johnson tying a Bulldozer Trophy to a bulldozer blade. Why haven't we fired him yet?" ~Agent Lawrence<br>"I'm scared of what would happen if we did." ~Agent Connor</i><br> <br>Airstike Caller Trophy: <b>30,000</b> capsules"
5920
	-costs 12121212121212121212121212 money
5921
	-unlocks at 6000 prestige
5922
	-multiplies efficiency of bulldozer by 2% per bulldozer
5923
	-named Bulldozer Trophy
5924
	-picture : http://i.imgur.com/cGolXsP.png
5925
	*buildingTrophy8
5926
	-"Airstrike callers do <b>2%</b> more damage per airstrike caller.<br><i>It actually can be used to call airstrikes, just so that asshole won't tell everyone it can.</i><br> <br>Necromancer Trophy: <b>60,000</b> capsules"
5927
	-costs 555555555555555555555555555 money
5928
	-unlocks at 30000 prestige
5929
	-multiplies efficiency of airstrike by 2% per airstrike
5930
	-named Airstrike Caller Trophy
5931
	-picture : http://i.imgur.com/vhgjwec.png
5932
	*buildingTrophy9
5933
	-"Necromancers do <b>2%</b> more damage per necromancer.<br><i>We destroyed this trophy and put it back together so it would be appropriate.</i><br> <br>Titan Trophy: <b>300,000</b> capsules"
5934
	-costs 6666666666666666666666666666 money
5935
	-unlocks at 60000 prestige
5936
	-multiplies efficiency of necromancer by 2% per necromancer
5937
	-named Necromancer Trophy
5938
	-picture : http://i.imgur.com/4YlmwTN.png
5939
	*buildingTrophy10
5940
	-"Titans do <b>2%</b> more damage per titan.<br><i>Requesting firing of whoever didn't make this trophy bigger than the others. ~Agent Johnson</i><br> <br>Demon Trophy: <b>600,000</b> capsules"
5941
	-costs 88888888888888888888888888888 money
5942
	-unlocks at 300000 prestige
5943
	-multiplies efficiency of giant by 2% per giant
5944
	-named Titan Trophy
5945
	-picture : http://i.imgur.com/J6rH096.png
5946
	*buildingTrophy11
5947
	-"Demons do <b>2%</b> more damage per demon.<br><i>You don't want to know what this one is made of.</i><br> <br>Brick Factory Trophy: <b>2,000,000</b> capsules"
5948
	-costs 666666666666666666 bricks
5949
	-unlocks at 600000 prestige
5950
	-multiplies efficiency of demon by 2% per demon
5951
	-named Demon Trophy
5952
	-picture : http://i.imgur.com/SCcMSn0.png
5953
	*buildingTrophy12
5954
	-"Brick factories create <b>2%</b> more bricks per brick factory.<br><i>We couldn't waste (fake) bricks making trophies, so we made fake (fake) bricks.</i><br> <br>Reality Compromiser Trophy: <b>6,000,000</b> capsules"
5955
	-costs 166666666666666666666666666666 money
5956
	-unlocks at 2000000 prestige
5957
	-multiplies efficiency of brickFactory by 2% per brickFactory
5958
	-named Brick Factory Trophy
5959
	-picture : http://i.imgur.com/0CHTKoJ.png
5960
	*buildingTrophy13
5961
	-"Reality compromisers do <b>2%</b> more damage per reality compromiser.<br><i>Note: You cannot hack into reality with this trophy, and Agent Johnson is not "the primary authority on the subject".</i><br> <br>Black Obliterator Trophy: <b>8,000,000</b> capsules"
5962
	-costs 4040404040404040404040404040404 money
5963
	-unlocks at 6000000 prestige
5964
	-multiplies efficiency of compromiser by 2% per compromiser
5965
	-named Reality Compromiser Trophy
5966
	-picture : http://i.imgur.com/dxzVoyz.png
5967
	*buildingTrophy14
5968
	-"Black obliterators do <b>2%</b> more damage per black obliterator.<br><i>The 'worst ideas ever suggested' poster in the HQ meeting room has been updated with "make the BO trophy out of The Black".</i>"
5969
	-costs 52525252525252525252525252525252 money
5970
	-unlocks at 8000000 prestige
5971
	-multiplies efficiency of lastBuilding by 2% per lastBuilding
5972
	-named Black Obliterator Trophy
5973
	-picture : http://i.imgur.com/FzcxqP2.png
5974
5975
	*trophy1
5976
	-"Damage and brick production multipliers <b>+5%</b>.<br><i>At least it's a trophy!</i>"
5977
	-costs 777777777777777777 money, 77777 bricks
5978
	-unlocks at 5 prestige
5979
	-multiplies efficiency of brickFactory by 105%
5980
	-multiplies efficiency of makeBricks by 105%
5981
	-multiplies efficiency of hitWall by 105%
5982
	-multiplies efficiency of puncher by 105%
5983
	-multiplies efficiency of clubber by 105%
5984
	-multiplies efficiency of swordsman by 105%
5985
	-multiplies efficiency of gunner by 105%
5986
	-multiplies efficiency of grenade by 105%
5987
	-multiplies efficiency of wreckingBall by 105%
5988
	-multiplies efficiency of bulldozer by 105%
5989
	-multiplies efficiency of airstrike by 105%
5990
	-multiplies efficiency of necromancer by 105%
5991
	-multiplies efficiency of giant by 105%
5992
	-multiplies efficiency of demon by 105%
5993
	-multiplies efficiency of compromiser by 105%
5994
	-multiplies efficiency of lastBuilding by 105%
5995
	-named Trash-Tier Trophy
5996
	-picture : http://i.imgur.com/Ix4tSvB.png
5997
	*trophy2
5998
	-"Damage and brick production multipliers <b>+10%</b>.<br><i>Technically it's a dirt and water trophy, because we couldn't make a trophy out of just dirt.</i><br> <br>Next trophy: <b>20</b> capsules"
5999
	-costs 7777777777777777777 money, 777777 bricks, 777 fourthWallMatter
6000
	-unlocks at 10 prestige
6001
	-unlocks thropyAchieve
6002
	-multiplies efficiency of brickFactory by 110%
6003
	-multiplies efficiency of makeBricks by 110%
6004
	-multiplies efficiency of hitWall by 110%
6005
	-multiplies efficiency of puncher by 110%
6006
	-multiplies efficiency of clubber by 110%
6007
	-multiplies efficiency of swordsman by 110%
6008
	-multiplies efficiency of gunner by 110%
6009
	-multiplies efficiency of grenade by 110%
6010
	-multiplies efficiency of wreckingBall by 110%
6011
	-multiplies efficiency of bulldozer by 110%
6012
	-multiplies efficiency of airstrike by 110%
6013
	-multiplies efficiency of necromancer by 110%
6014
	-multiplies efficiency of giant by 110%
6015
	-multiplies efficiency of demon by 110%
6016
	-multiplies efficiency of compromiser by 110%
6017
	-multiplies efficiency of lastBuilding by 110%
6018
	-named Dirt-Tier Trophy
6019
	-picture : http://i.imgur.com/01o3S8e.png
6020
	*trophy3
6021
	-"Damage and brick production multipliers <b>+10%</b>.<br><i>The Arts & Crafts Department is voted "least useful department" pretty much every year.</i><br> <br>Next trophy: <b>50</b> capsules"
6022
	-costs 77777777777777777777 money, 7777777 bricks, 77777 fourthWallMatter
6023
	-unlocks at 20 prestige
6024
	-multiplies efficiency of brickFactory by 110%
6025
	-multiplies efficiency of makeBricks by 110%
6026
	-multiplies efficiency of hitWall by 110%
6027
	-multiplies efficiency of puncher by 110%
6028
	-multiplies efficiency of clubber by 110%
6029
	-multiplies efficiency of swordsman by 110%
6030
	-multiplies efficiency of gunner by 110%
6031
	-multiplies efficiency of grenade by 110%
6032
	-multiplies efficiency of wreckingBall by 110%
6033
	-multiplies efficiency of bulldozer by 110%
6034
	-multiplies efficiency of airstrike by 110%
6035
	-multiplies efficiency of necromancer by 110%
6036
	-multiplies efficiency of giant by 110%
6037
	-multiplies efficiency of demon by 110%
6038
	-multiplies efficiency of compromiser by 110%
6039
	-multiplies efficiency of lastBuilding by 110%
6040
	-named Cardboard-Tier Trophy
6041
	-picture : http://i.imgur.com/s6FXMpY.png
6042
	*trophy4
6043
	-"Damage and brick production multipliers <b>+10%</b>.<br><i>The first one that actually costs money to produce.</i><br> <br>Next trophy: <b>100</b> capsules"
6044
	-costs 777777777777777777777 money, 77777777 bricks, 777777 fourthWallMatter
6045
	-unlocks at 50 prestige
6046
	-multiplies efficiency of brickFactory by 110%
6047
	-multiplies efficiency of makeBricks by 110%
6048
	-multiplies efficiency of hitWall by 110%
6049
	-multiplies efficiency of puncher by 110%
6050
	-multiplies efficiency of clubber by 110%
6051
	-multiplies efficiency of swordsman by 110%
6052
	-multiplies efficiency of gunner by 110%
6053
	-multiplies efficiency of grenade by 110%
6054
	-multiplies efficiency of wreckingBall by 110%
6055
	-multiplies efficiency of bulldozer by 110%
6056
	-multiplies efficiency of airstrike by 110%
6057
	-multiplies efficiency of necromancer by 110%
6058
	-multiplies efficiency of giant by 110%
6059
	-multiplies efficiency of demon by 110%
6060
	-multiplies efficiency of compromiser by 110%
6061
	-multiplies efficiency of lastBuilding by 110%
6062
	-named Wood-Tier Trophy
6063
	-picture : http://i.imgur.com/IAzM4cM.png
6064
	*trophy5
6065
	-"Damage and brick production multipliers <b>+10%</b>.<br><i>[Insert joke about being stoned here]</i><br> <br>Next trophy: <b>200</b> capsules"
6066
	-costs 7.777777777777777e21 money, 777777777 bricks, 7777777 fourthWallMatter
6067
	-unlocks at 100 prestige
6068
	-multiplies efficiency of brickFactory by 110%
6069
	-multiplies efficiency of makeBricks by 110%
6070
	-multiplies efficiency of hitWall by 110%
6071
	-multiplies efficiency of puncher by 110%
6072
	-multiplies efficiency of clubber by 110%
6073
	-multiplies efficiency of swordsman by 110%
6074
	-multiplies efficiency of gunner by 110%
6075
	-multiplies efficiency of grenade by 110%
6076
	-multiplies efficiency of wreckingBall by 110%
6077
	-multiplies efficiency of bulldozer by 110%
6078
	-multiplies efficiency of airstrike by 110%
6079
	-multiplies efficiency of necromancer by 110%
6080
	-multiplies efficiency of giant by 110%
6081
	-multiplies efficiency of demon by 110%
6082
	-multiplies efficiency of compromiser by 110%
6083
	-multiplies efficiency of lastBuilding by 110%
6084
	-named Stone-Tier Trophy
6085
	-picture : http://i.imgur.com/Vw7DRt7.png
6086
	*trophy6
6087
	-"Damage and brick production multipliers <b>+15%</b>.<br><i>You better not say it's 'aluminium'. Didn't I say we only speak AMERICAN?</i><br> <br>Next trophy: <b>500</b> capsules, defeat of the <b>Boss Bonus Wall</b>"
6088
	-costs 7.777777777777777e22 money, 7777777777 bricks, 77777777 fourthWallMatter
6089
	-unlocks at 200 prestige
6090
	-unlocks thropyAchieve2
6091
	-multiplies efficiency of brickFactory by 115%
6092
	-multiplies efficiency of makeBricks by 115%
6093
	-multiplies efficiency of hitWall by 115%
6094
	-multiplies efficiency of puncher by 115%
6095
	-multiplies efficiency of clubber by 115%
6096
	-multiplies efficiency of swordsman by 115%
6097
	-multiplies efficiency of gunner by 115%
6098
	-multiplies efficiency of grenade by 115%
6099
	-multiplies efficiency of wreckingBall by 115%
6100
	-multiplies efficiency of bulldozer by 115%
6101
	-multiplies efficiency of airstrike by 115%
6102
	-multiplies efficiency of necromancer by 115%
6103
	-multiplies efficiency of giant by 115%
6104
	-multiplies efficiency of demon by 115%
6105
	-multiplies efficiency of compromiser by 115%
6106
	-multiplies efficiency of lastBuilding by 115%
6107
	-named Aluminum-Tier Trophy
6108
	-picture : http://i.imgur.com/Uo7wAgm.png
6109
	*trophy7
6110
	-"Damage and brick production multipliers <b>+15%</b>.<br><i>I've got a lot of irons in the fire, and they're all these trophies. In the fire. Because I have better ones.</i><br> <br>Next trophy: <b>1,000</b> capsules"
6111
	-costs 7.777777777777777e23 money, 77777777777 bricks, 777777777 fourthWallMatter
6112
	-unlocks at 500 prestige, 1 bonusBossPoint
6113
	-multiplies efficiency of brickFactory by 115%
6114
	-multiplies efficiency of makeBricks by 115%
6115
	-multiplies efficiency of hitWall by 115%
6116
	-multiplies efficiency of puncher by 115%
6117
	-multiplies efficiency of clubber by 115%
6118
	-multiplies efficiency of swordsman by 115%
6119
	-multiplies efficiency of gunner by 115%
6120
	-multiplies efficiency of grenade by 115%
6121
	-multiplies efficiency of wreckingBall by 115%
6122
	-multiplies efficiency of bulldozer by 115%
6123
	-multiplies efficiency of airstrike by 115%
6124
	-multiplies efficiency of necromancer by 115%
6125
	-multiplies efficiency of giant by 115%
6126
	-multiplies efficiency of demon by 115%
6127
	-multiplies efficiency of compromiser by 115%
6128
	-multiplies efficiency of lastBuilding by 115%
6129
	-named Iron-Tier Trophy
6130
	-picture : http://i.imgur.com/XlQHoKC.png
6131
	*trophy8
6132
	-"Damage and brick production multipliers <b>+15%</b>.<br><i>The first trophy that's like, a real trophy. Congrats.</i><br> <br>Next trophy: <b>2,000</b> capsules"
6133
	-costs 7.777777777777777e24 money, 777777777777 bricks, 7777777777 fourthWallMatter
6134
	-unlocks at 1000 prestige, 1 bonusBossPoint
6135
	-multiplies efficiency of brickFactory by 115%
6136
	-multiplies efficiency of makeBricks by 115%
6137
	-multiplies efficiency of hitWall by 115%
6138
	-multiplies efficiency of puncher by 115%
6139
	-multiplies efficiency of clubber by 115%
6140
	-multiplies efficiency of swordsman by 115%
6141
	-multiplies efficiency of gunner by 115%
6142
	-multiplies efficiency of grenade by 115%
6143
	-multiplies efficiency of wreckingBall by 115%
6144
	-multiplies efficiency of bulldozer by 115%
6145
	-multiplies efficiency of airstrike by 115%
6146
	-multiplies efficiency of necromancer by 115%
6147
	-multiplies efficiency of giant by 115%
6148
	-multiplies efficiency of demon by 115%
6149
	-multiplies efficiency of compromiser by 115%
6150
	-multiplies efficiency of lastBuilding by 115%
6151
	-named Bronze-Tier Trophy
6152
	-picture : http://i.imgur.com/K4V0qAr.png
6153
	*trophy9
6154
	-"Damage and brick production multipliers <b>+15%</b>.<br><i>Not to be mistaken with the sliver-tier trophy, which is significantly lower on the list.</i><br> <br>Next trophy: <b>5,000</b> capsules, defeat of the <b>Space Boss Wall</b>"
6155
	-costs 7.777777777777777e25 money, 7777777777777 bricks, 77777777777 fourthWallMatter
6156
	-unlocks at 2000 prestige, 1 bonusBossPoint
6157
	-multiplies efficiency of brickFactory by 115%
6158
	-multiplies efficiency of makeBricks by 115%
6159
	-multiplies efficiency of hitWall by 115%
6160
	-multiplies efficiency of puncher by 115%
6161
	-multiplies efficiency of clubber by 115%
6162
	-multiplies efficiency of swordsman by 115%
6163
	-multiplies efficiency of gunner by 115%
6164
	-multiplies efficiency of grenade by 115%
6165
	-multiplies efficiency of wreckingBall by 115%
6166
	-multiplies efficiency of bulldozer by 115%
6167
	-multiplies efficiency of airstrike by 115%
6168
	-multiplies efficiency of necromancer by 115%
6169
	-multiplies efficiency of giant by 115%
6170
	-multiplies efficiency of demon by 115%
6171
	-multiplies efficiency of compromiser by 115%
6172
	-multiplies efficiency of lastBuilding by 115%
6173
	-named Silver-Tier Trophy
6174
	-picture : http://i.imgur.com/KtHhoDv.png
6175
	*trophy10
6176
	-"Damage and brick production multipliers <b>+15%</b>.<br><i>"1st place, scrubs"<br> <br>"wait"<br>~1337 sn1p3r #66, before ragequitting</i><br> <br>Next trophy: <b>7,500</b> capsules"
6177
	-costs 7.777777777777777e26 money, 77777777777777 bricks, 777777777777 fourthWallMatter
6178
	-unlocks at 5000 prestige, 1 spaceBossPoint
6179
	-multiplies efficiency of brickFactory by 115%
6180
	-multiplies efficiency of makeBricks by 115%
6181
	-multiplies efficiency of hitWall by 115%
6182
	-multiplies efficiency of puncher by 115%
6183
	-multiplies efficiency of clubber by 115%
6184
	-multiplies efficiency of swordsman by 115%
6185
	-multiplies efficiency of gunner by 115%
6186
	-multiplies efficiency of grenade by 115%
6187
	-multiplies efficiency of wreckingBall by 115%
6188
	-multiplies efficiency of bulldozer by 115%
6189
	-multiplies efficiency of airstrike by 115%
6190
	-multiplies efficiency of necromancer by 115%
6191
	-multiplies efficiency of giant by 115%
6192
	-multiplies efficiency of demon by 115%
6193
	-multiplies efficiency of compromiser by 115%
6194
	-multiplies efficiency of lastBuilding by 115%
6195
	-named Gold-Tier Trophy
6196
	-picture : http://i.imgur.com/uyi3RZL.png
6197
	*trophy11
6198
	-"Damage and brick production multipliers <b>+20%</b>.<br><i>The weeklong argument over whether gold or platinum should be placed higher caused the firing of some lower agents and the destruction of the HQ meeting room, and left everyone platiNUMB. The winning statement was of course that we needed more time to come with a good platinum pun.</i><br> <br>Next trophy: <b>10,000</b> capsules"
6199
	-costs 7.777777777777777e27 money, 777777777777777 bricks, 7777777777777 fourthWallMatter
6200
	-unlocks at 7500 prestige, 1 spaceBossPoint 
6201
	-multiplies efficiency of brickFactory by 120%
6202
	-multiplies efficiency of makeBricks by 120%
6203
	-multiplies efficiency of hitWall by 120%
6204
	-multiplies efficiency of puncher by 120%
6205
	-multiplies efficiency of clubber by 120%
6206
	-multiplies efficiency of swordsman by 120%
6207
	-multiplies efficiency of gunner by 120%
6208
	-multiplies efficiency of grenade by 120%
6209
	-multiplies efficiency of wreckingBall by 120%
6210
	-multiplies efficiency of bulldozer by 120%
6211
	-multiplies efficiency of airstrike by 120%
6212
	-multiplies efficiency of necromancer by 120%
6213
	-multiplies efficiency of giant by 120%
6214
	-multiplies efficiency of demon by 120%
6215
	-multiplies efficiency of compromiser by 120%
6216
	-multiplies efficiency of lastBuilding by 120%
6217
	-named Platinum-Tier Trophy
6218
	-picture : http://i.imgur.com/c8KNa5T.png
6219
	*trophy12
6220
	-"Damage and brick production multipliers <b>+20%</b>.<br><i>"I'm going to RUBy this in all of your faces!" ~CEO, RUC</i><br> <br>Next trophy: <b>20,000</b> capsules"
6221
	-costs 7.777777777777777e28 money, 7777777777777777 bricks, 77777777777777 fourthWallMatter
6222
	-unlocks at 10000 prestige, 1 spaceBossPoint 
6223
	-unlocks thropyAchieve3
6224
	-multiplies efficiency of brickFactory by 120%
6225
	-multiplies efficiency of makeBricks by 120%
6226
	-multiplies efficiency of hitWall by 120%
6227
	-multiplies efficiency of puncher by 120%
6228
	-multiplies efficiency of clubber by 120%
6229
	-multiplies efficiency of swordsman by 120%
6230
	-multiplies efficiency of gunner by 120%
6231
	-multiplies efficiency of grenade by 120%
6232
	-multiplies efficiency of wreckingBall by 120%
6233
	-multiplies efficiency of bulldozer by 120%
6234
	-multiplies efficiency of airstrike by 120%
6235
	-multiplies efficiency of necromancer by 120%
6236
	-multiplies efficiency of giant by 120%
6237
	-multiplies efficiency of demon by 120%
6238
	-multiplies efficiency of compromiser by 120%
6239
	-multiplies efficiency of lastBuilding by 120%
6240
	-named Ruby-Tier Trophy
6241
	-picture : http://i.imgur.com/6cCAFNV.png
6242
	*trophy13
6243
	-"Damage and brick production multipliers <b>+20%</b>.<br><i>"I have all the others... this one is emerOLD." ~CEO, RUC</i><br> <br>Next trophy: <b>50,000</b> capsules, defeat of the <b>Boss Time Wall</b>"
6244
	-costs 7.777777777777777e28 money, 7777777777777777 bricks, 77777777777777 fourthWallMatter
6245
	-unlocks at 20000 prestige, 1 spaceBossPoint 
6246
	-multiplies efficiency of brickFactory by 120%
6247
	-multiplies efficiency of makeBricks by 120%
6248
	-multiplies efficiency of hitWall by 120%
6249
	-multiplies efficiency of puncher by 120%
6250
	-multiplies efficiency of clubber by 120%
6251
	-multiplies efficiency of swordsman by 120%
6252
	-multiplies efficiency of gunner by 120%
6253
	-multiplies efficiency of grenade by 120%
6254
	-multiplies efficiency of wreckingBall by 120%
6255
	-multiplies efficiency of bulldozer by 120%
6256
	-multiplies efficiency of airstrike by 120%
6257
	-multiplies efficiency of necromancer by 120%
6258
	-multiplies efficiency of giant by 120%
6259
	-multiplies efficiency of demon by 120%
6260
	-multiplies efficiency of compromiser by 120%
6261
	-multiplies efficiency of lastBuilding by 120%
6262
	-named Emerald-Tier Trophy
6263
	-picture : http://i.imgur.com/RLyHljs.png
6264
	*trophy14
6265
	-"Damage and brick production multipliers <b>+20%</b>.<br><i>"I'll sapPHIRE you if you don't like my puns!" ~CEO, RUC</i><br> <br>Next trophy: <b>75,000</b> capsules"
6266
	-costs 7.777777777777777e28 money, 7777777777777777 bricks, 77777777777777 fourthWallMatter
6267
	-unlocks at 50000 prestige, 1 timeBossPoint 
6268
	-multiplies efficiency of brickFactory by 120%
6269
	-multiplies efficiency of makeBricks by 120%
6270
	-multiplies efficiency of hitWall by 120%
6271
	-multiplies efficiency of puncher by 120%
6272
	-multiplies efficiency of clubber by 120%
6273
	-multiplies efficiency of swordsman by 120%
6274
	-multiplies efficiency of gunner by 120%
6275
	-multiplies efficiency of grenade by 120%
6276
	-multiplies efficiency of wreckingBall by 120%
6277
	-multiplies efficiency of bulldozer by 120%
6278
	-multiplies efficiency of airstrike by 120%
6279
	-multiplies efficiency of necromancer by 120%
6280
	-multiplies efficiency of giant by 120%
6281
	-multiplies efficiency of demon by 120%
6282
	-multiplies efficiency of compromiser by 120%
6283
	-multiplies efficiency of lastBuilding by 120%
6284
	-named Sapphire-Tier Trophy
6285
	-picture : http://i.imgur.com/marXWoC.png
6286
	*trophy15
6287
	-"Damage and brick production multipliers <b>+20%</b>.<br><i>"If you question my puns you're going to DIEmond!" ~CEO, RUC<br>"I'm pretty sure the Chief of Puns comes up with with all your puns." ~Agent Connor</i><br> <br>Next trophy: <b>100,000</b> capsules"
6288
	-costs 7.777777777777777e29 money, 77777777777777777 bricks, 777777777777777 fourthWallMatter
6289
	-unlocks at 75000 prestige, 1 timeBossPoint 
6290
	-multiplies efficiency of brickFactory by 120%
6291
	-multiplies efficiency of makeBricks by 120%
6292
	-multiplies efficiency of hitWall by 120%
6293
	-multiplies efficiency of puncher by 120%
6294
	-multiplies efficiency of clubber by 120%
6295
	-multiplies efficiency of swordsman by 120%
6296
	-multiplies efficiency of gunner by 120%
6297
	-multiplies efficiency of grenade by 120%
6298
	-multiplies efficiency of wreckingBall by 120%
6299
	-multiplies efficiency of bulldozer by 120%
6300
	-multiplies efficiency of airstrike by 120%
6301
	-multiplies efficiency of necromancer by 120%
6302
	-multiplies efficiency of giant by 120%
6303
	-multiplies efficiency of demon by 120%
6304
	-multiplies efficiency of compromiser by 120%
6305
	-multiplies efficiency of lastBuilding by 120%
6306
	-named Diamond-Tier Trophy
6307
	-picture : http://i.imgur.com/QaDvbmF.png
6308
	*trophy16
6309
	-"Damage and brick production multipliers <b>+25%</b>.<br><i>"more like BADamantium........ OWNED" ~1337 sn1p3r #33</i><br> <br>Next trophy: <b>200,000</b> capsules"
6310
	-costs 7.777777777777777e30 money, 777777777777777777 bricks, 7777777777777777 fourthWallMatter
6311
	-unlocks at 100000 prestige, 1 timeBossPoint 
6312
	-unlocks thropyAchieve4
6313
	-multiplies efficiency of brickFactory by 125%
6314
	-multiplies efficiency of makeBricks by 125%
6315
	-multiplies efficiency of hitWall by 125%
6316
	-multiplies efficiency of puncher by 125%
6317
	-multiplies efficiency of clubber by 125%
6318
	-multiplies efficiency of swordsman by 125%
6319
	-multiplies efficiency of gunner by 125%
6320
	-multiplies efficiency of grenade by 125%
6321
	-multiplies efficiency of wreckingBall by 125%
6322
	-multiplies efficiency of bulldozer by 125%
6323
	-multiplies efficiency of airstrike by 125%
6324
	-multiplies efficiency of necromancer by 125%
6325
	-multiplies efficiency of giant by 125%
6326
	-multiplies efficiency of demon by 125%
6327
	-multiplies efficiency of compromiser by 125%
6328
	-multiplies efficiency of lastBuilding by 125%
6329
	-named Adamantium-Tier Trophy
6330
	-picture : http://i.imgur.com/K48TdKj.png
6331
	*trophy17
6332
	-"Damage and brick production multipliers <b>+25%</b>.<br><i>"WHY DID WE USE THIS FOR A TROPHY!?" ~Head of Mining, AKA Whiny Whinerson</i><br> <br>Next trophy: <b>500,000</b> capsules, defeat of the <b>Boss End Wall</b>"
6333
	-costs 7.777777777777777e31 money, 7777777777777777777 bricks, 77777777777777777 fourthWallMatter
6334
	-unlocks at 200000 prestige, 1 timeBossPoint
6335
	-multiplies efficiency of brickFactory by 125%
6336
	-multiplies efficiency of makeBricks by 125%
6337
	-multiplies efficiency of hitWall by 125%
6338
	-multiplies efficiency of puncher by 125%
6339
	-multiplies efficiency of clubber by 125%
6340
	-multiplies efficiency of swordsman by 125%
6341
	-multiplies efficiency of gunner by 125%
6342
	-multiplies efficiency of grenade by 125%
6343
	-multiplies efficiency of wreckingBall by 125%
6344
	-multiplies efficiency of bulldozer by 125%
6345
	-multiplies efficiency of airstrike by 125%
6346
	-multiplies efficiency of necromancer by 125%
6347
	-multiplies efficiency of giant by 125%
6348
	-multiplies efficiency of demon by 125%
6349
	-multiplies efficiency of compromiser by 125%
6350
	-multiplies efficiency of lastBuilding by 125%
6351
	-named Unobtanium-Tier Trophy
6352
	-picture : http://i.imgur.com/mZX1AT3.png
6353
	*trophy18
6354
	-"Damage and brick production multipliers <b>+25%</b>.<br><i>????????</i><br> <br>Next trophy: <b>750,000</b> capsules"
6355
	-costs 7.777777777777777e32 money, 77777777777777777777 bricks, 777777777777777777 fourthWallMatter
6356
	-unlocks at 500000 prestige, 1 endBossPoint
6357
	-multiplies efficiency of brickFactory by 125%
6358
	-multiplies efficiency of makeBricks by 125%
6359
	-multiplies efficiency of hitWall by 125%
6360
	-multiplies efficiency of puncher by 125%
6361
	-multiplies efficiency of clubber by 125%
6362
	-multiplies efficiency of swordsman by 125%
6363
	-multiplies efficiency of gunner by 125%
6364
	-multiplies efficiency of grenade by 125%
6365
	-multiplies efficiency of wreckingBall by 125%
6366
	-multiplies efficiency of bulldozer by 125%
6367
	-multiplies efficiency of airstrike by 125%
6368
	-multiplies efficiency of necromancer by 125%
6369
	-multiplies efficiency of giant by 125%
6370
	-multiplies efficiency of demon by 125%
6371
	-multiplies efficiency of compromiser by 125%
6372
	-multiplies efficiency of lastBuilding by 125%
6373
	-named Mystery-Tier Trophy
6374
	-picture : http://i.imgur.com/1tkOe3o.png
6375
	*trophy19
6376
	-"Damage and brick production multipliers <b>+30%</b>.<br><i>The most dangerous trophy we've made so far.</i><br> <br>Next trophy: <b>1,000,000</b> capsules"
6377
	-costs 7.777777777777777e33 money, 777777777777777777777 bricks, 7777777777777777777 fourthWallMatter
6378
	-unlocks at 750000 prestige, 1 endBossPoint 
6379
	-multiplies efficiency of brickFactory by 130%
6380
	-multiplies efficiency of makeBricks by 130%
6381
	-multiplies efficiency of hitWall by 130%
6382
	-multiplies efficiency of puncher by 130%
6383
	-multiplies efficiency of clubber by 130%
6384
	-multiplies efficiency of swordsman by 130%
6385
	-multiplies efficiency of gunner by 130%
6386
	-multiplies efficiency of grenade by 130%
6387
	-multiplies efficiency of wreckingBall by 130%
6388
	-multiplies efficiency of bulldozer by 130%
6389
	-multiplies efficiency of airstrike by 130%
6390
	-multiplies efficiency of necromancer by 130%
6391
	-multiplies efficiency of giant by 130%
6392
	-multiplies efficiency of demon by 130%
6393
	-multiplies efficiency of compromiser by 130%
6394
	-multiplies efficiency of lastBuilding by 130%
6395
	-named Antimatter-Tier Trophy
6396
	-picture : http://i.imgur.com/l5QcWn7.png
6397
	*trophy20
6398
	-"Damage and brick production multipliers <b>+30%</b>.<br><i>The more colors the better, obviously.</i><br> <br>Next trophy: <b>3,000,000</b> capsules"
6399
	-costs 7.777777777777777e34 money, 7.777777777777777e21 bricks, 77777777777777777777 fourthWallMatter
6400
	-unlocks at 1000000 prestige, 1 endBossPoint 
6401
	-multiplies efficiency of brickFactory by 130%
6402
	-multiplies efficiency of makeBricks by 130%
6403
	-multiplies efficiency of hitWall by 130%
6404
	-multiplies efficiency of puncher by 130%
6405
	-multiplies efficiency of clubber by 130%
6406
	-multiplies efficiency of swordsman by 130%
6407
	-multiplies efficiency of gunner by 130%
6408
	-multiplies efficiency of grenade by 130%
6409
	-multiplies efficiency of wreckingBall by 130%
6410
	-multiplies efficiency of bulldozer by 130%
6411
	-multiplies efficiency of airstrike by 130%
6412
	-multiplies efficiency of necromancer by 130%
6413
	-multiplies efficiency of giant by 130%
6414
	-multiplies efficiency of demon by 130%
6415
	-multiplies efficiency of compromiser by 130%
6416
	-multiplies efficiency of lastBuilding by 130%
6417
	-named Rainbow-Tier Trophy
6418
	-picture : http://i.imgur.com/jcTeDkr.png 
6419
	*trophy21
6420
	-"Damage and brick production multipliers <b>+35%</b>.<br><i>More like TRYHARD tier.</i><br> <br>Next trophy: <b>5,000,000</b> capsules, defeat of the <b>Boss Finality Wall</b>"
6421
	-costs 7.777777777777777e35 money, 7.777777777777777e22 bricks, 777777777777777777777 fourthWallMatter
6422
	-unlocks at 3000000 prestige, 1 endBossPoint 
6423
	-unlocks thropyAchieve5
6424
	-multiplies efficiency of brickFactory by 135%
6425
	-multiplies efficiency of makeBricks by 135%
6426
	-multiplies efficiency of hitWall by 135%
6427
	-multiplies efficiency of puncher by 135%
6428
	-multiplies efficiency of clubber by 135%
6429
	-multiplies efficiency of swordsman by 135%
6430
	-multiplies efficiency of gunner by 135%
6431
	-multiplies efficiency of grenade by 135%
6432
	-multiplies efficiency of wreckingBall by 135%
6433
	-multiplies efficiency of bulldozer by 135%
6434
	-multiplies efficiency of airstrike by 135%
6435
	-multiplies efficiency of necromancer by 135%
6436
	-multiplies efficiency of giant by 135%
6437
	-multiplies efficiency of demon by 135%
6438
	-multiplies efficiency of compromiser by 135%
6439
	-multiplies efficiency of lastBuilding by 135%
6440
	-named God-Tier Trophy
6441
	-picture : http://i.imgur.com/iCvoC54.png
6442
	*trophy22
6443
	-"Damage and brick production multipliers <b>+35%</b>.<br><i>We put devil tier higher than god tier to earn some points with the demons. Their response was that their boss prefers haters to ass-kissers.</i><br> <br>Next trophy: <b>7,000,000</b> capsules"
6444
	-costs 7.777777777777777e36 money, 7.777777777777777e23 bricks, 7777777777777777777777 fourthWallMatter
6445
	-unlocks at 5000000 prestige, 1 timesActuallyWon
6446
	-multiplies efficiency of brickFactory by 135%
6447
	-multiplies efficiency of makeBricks by 135%
6448
	-multiplies efficiency of hitWall by 135%
6449
	-multiplies efficiency of puncher by 135%
6450
	-multiplies efficiency of clubber by 135%
6451
	-multiplies efficiency of swordsman by 135%
6452
	-multiplies efficiency of gunner by 135%
6453
	-multiplies efficiency of grenade by 135%
6454
	-multiplies efficiency of wreckingBall by 135%
6455
	-multiplies efficiency of bulldozer by 135%
6456
	-multiplies efficiency of airstrike by 135%
6457
	-multiplies efficiency of necromancer by 135%
6458
	-multiplies efficiency of giant by 135%
6459
	-multiplies efficiency of demon by 135%
6460
	-multiplies efficiency of compromiser by 135%
6461
	-multiplies efficiency of lastBuilding by 135%
6462
	-named Devil-Tier Trophy
6463
	-picture : http://i.imgur.com/Vrc1JkK.png
6464
	*trophy23
6465
	-"Damage and brick production multipliers <b>+40%</b>.<br><i><b>REPORT: Incident 088Y</b><br>Agent Johnson attempted to chop down a Finality Tree with an adamantium axe to build this trophy. Nearly microscopic shards of adamantium were everywhere, and a large crater was found 21 miles away. The Tree was unscratched. Johnson arrived to the RUC the next day, and reportedly said "I'm gonna need a bigger axe."<br>He was banned from The Finality Plateaus, on the grounds that it took a complex reality script to remove the adamantium shards.</i><br> <br>Final trophy: <b>10,000,000</b> capsules, <b>5</b> defeats of the <b>Boss Finality Wall</b>"
6466
	-costs 7.777777777777777e37 money, 7.777777777777777e24 bricks, 7.777777777777777e22 fourthWallMatter
6467
	-unlocks at 7000000 prestige, 1 timesActuallyWon
6468
	-unlocks thropyAchieve6
6469
	-multiplies efficiency of brickFactory by 140%
6470
	-multiplies efficiency of makeBricks by 140%
6471
	-multiplies efficiency of hitWall by 140%
6472
	-multiplies efficiency of puncher by 140%
6473
	-multiplies efficiency of clubber by 140%
6474
	-multiplies efficiency of swordsman by 140%
6475
	-multiplies efficiency of gunner by 140%
6476
	-multiplies efficiency of grenade by 140%
6477
	-multiplies efficiency of wreckingBall by 140%
6478
	-multiplies efficiency of bulldozer by 140%
6479
	-multiplies efficiency of airstrike by 140%
6480
	-multiplies efficiency of necromancer by 140%
6481
	-multiplies efficiency of giant by 140%
6482
	-multiplies efficiency of demon by 140%
6483
	-multiplies efficiency of compromiser by 140%
6484
	-multiplies efficiency of lastBuilding by 140%
6485
	-named Finality-Tier Trophy
6486
	-picture : http://i.imgur.com/ySJTkaS.png
6487
 	*trophy24
6488
	-"Everything is <b>0.005%</b> more efficient <b>per 1,000 future knowledge capsules.</b><br><i>"God. What an egotist." ~Agent Johnson</i>"
6489
	-costs 7.777777777777777e38 money, 7.777777777777777e25 bricks, 7.777777777777777e23 fourthWallMatter
6490
	-unlocks at 10000000 prestige, 5 timesActuallyWon
6491
	-unlocks thropyAchieve7
6492
	-multiplies efficiency of brickFactory by 0.000005% per prestige
6493
	-multiplies efficiency of makeBricks by 0.000005% per prestige
6494
	-multiplies efficiency of hitWall by 0.000005% per prestige
6495
	-multiplies efficiency of puncher by 0.000005% per prestige
6496
	-multiplies efficiency of clubber by 0.000005% per prestige
6497
	-multiplies efficiency of swordsman by 0.000005% per prestige
6498
	-multiplies efficiency of gunner by 0.000005% per prestige
6499
	-multiplies efficiency of grenade by 0.000005% per prestige
6500
	-multiplies efficiency of wreckingBall by 0.000005% per prestige
6501
	-multiplies efficiency of bulldozer by 0.000005% per prestige
6502
	-multiplies efficiency of airstrike by 0.000005% per prestige
6503
	-multiplies efficiency of necromancer by 0.000005% per prestige
6504
	-multiplies efficiency of giant by 0.000005% per prestige
6505
	-multiplies efficiency of demon by 0.000005% per prestige
6506
	-multiplies efficiency of compromiser by 0.000005% per prestige
6507
	-multiplies efficiency of lastBuilding by 0.000005% per prestige
6508
	-named Tellurium Trophy
6509
	-picture : http://i.imgur.com/hfmclY6.png
6510
6511
Achievements :
6512
	*won
6513
	-"Bring forth The End.<br><i>There goes a rapture.</i>"
6514
	-named That's All Folks
6515
	-picture : http://i.imgur.com/hgI8sX0.png
6516
6517
	*Overnab
6518
	-"Damage the wall."
6519
	-unlocks at 1 totalMoney
6520
	-named Overnab
6521
	-picture : http://i.imgur.com/OasIKlg.png
6522
	*Scrub
6523
	-"Deal <b>100</b> damage to the wall."
6524
	-unlocks at 100 totalMoney
6525
	-named Scrub
6526
	-picture : http://i.imgur.com/YU4cmkc.png
6527
	*LessScrub
6528
	-"Deal <b>1,000</b> damage to the wall."
6529
	-unlocks at 1000 totalMoney
6530
	-named Less of a Scrub
6531
	-picture : http://i.imgur.com/PIqpwX7.png
6532
	*WallTapper
6533
	-"Deal <b>10,000</b> damage to the wall."
6534
	-unlocks at 10000 totalMoney
6535
	-named Wall Tapper
6536
	-picture : http://i.imgur.com/aBSHBRg.png
6537
	*WallPuncher
6538
	-"Deal <b>1,000,000</b> damage to the wall."
6539
	-unlocks at 1000000 totalMoney
6540
	-named Wall Puncher
6541
	-picture : http://i.imgur.com/4RLBfmU.png
6542
	*WallBreaker
6543
	-"Deal <b>10,000,000</b> damage to the wall."
6544
	-unlocks at 10000000 totalMoney
6545
	-named Wall Breaker
6546
	-picture : http://i.imgur.com/4YlP9Fb.png
6547
	*WallSmasher
6548
	-"Deal <b>1,000,000,000</b> damage to the wall."
6549
	-unlocks at 1000000000 totalMoney
6550
 	-named Wall Smasher
6551
	-picture : http://i.imgur.com/9sXkECH.png
6552
	*WallCrusher
6553
	-"Deal <b>100,000,000,000</b> damage to the wall."
6554
	-unlocks at 100000000000 totalMoney
6555
 	-named Wall Crusher
6556
	-picture : http://i.imgur.com/HahEAOn.png
6557
	*wallDestroyer
6558
	-"Destroy your first wall.<br><i>You've earned the title!</i>"
6559
	-unlocks at 1 wallsDestroyed
6560
	-named Wall Destroyer
6561
	-picture : http://i.imgur.com/9ura7DM.png
6562
	*wallDestroyer2
6563
	-"Destroy the big second wall.<br><i>"gettin sum slays" ~1337 sn1p3r #108</i>"
6564
	-unlocks at 2 wallsDestroyed
6565
	-picture : http://i.imgur.com/2JuJIGw.png
6566
	-named Wall Slayer
6567
	*wallDestroyer3
6568
	-"Destroy the huge third wall."
6569
	-unlocks at 3 wallsDestroyed
6570
	-named Wall Conqueror
6571
	-picture : http://i.imgur.com/J0E0p9z.png
6572
	*wallDestroyer4
6573
	-"Destroy the massive fourth wall."
6574
	-unlocks at 4 wallsDestroyed
6575
	-named Sudden Awareness
6576
	-picture : http://i.imgur.com/CZZmh2H.png
6577
	*wallDestroyer5
6578
	-"Destroy the final wall.<br><i>*sounds of incredibly crappy 8-bit horns*</i>"
6579
	-unlocks at 5 wallsDestroyed
6580
	-named You're Winner!
6581
	-picture : http://i.imgur.com/XYrRLkX.png
6582
	*wallDestroyer6
6583
	-"Destroy <b>5</b> bonus walls."
6584
	-named Wall Master
6585
	-picture : http://i.imgur.com/czaaw31.png
6586
	*wallDestroyer7
6587
	-"Destroy the <b>10 bonus walls</b>."
6588
	-named Wall Overlord
6589
	-picture : http://i.imgur.com/a9KpqJU.png
6590
	*wallDestroyer8
6591
	-"Destroy the <b>Ten Walls of Space</b>."
6592
	-named God of Walls
6593
	-picture : http://i.imgur.com/QHVw82O.png
6594
	*wallDestroyer9
6595
	-"Destroy the <b>Ten Walls of Time</b>."
6596
	-named Time & Space
6597
	-picture : http://i.imgur.com/jeeRSsT.png
6598
	*wallDestroyer10
6599
	-"Destroy the <b>Ten Walls of The End</b>."
6600
	-named Infinity & Eternity
6601
	-picture : http://i.imgur.com/nLIn2uJ.png
6602
	*wallDestroyer11
6603
	-"Destroy <b>all the walls</b>.<br><i>*sounds of beautiful majestic high-definition horns*</i>"
6604
	-named Actual Winner
6605
	-picture : http://i.imgur.com/V5T9rJ7.png
6606
	*wallDestroyer12
6607
	-"Destroy all the walls <b>5</b> times.<br><i>"The air in here is dense with tryhardiness, I can feel it. It's horrible." ~Agent Johnson</i>"
6608
	-named Tryhard
6609
	-unlocks at 4 timesActuallyWon, 1 winBricks
6610
	-picture : http://i.imgur.com/LTSmDOx.png
6611
6612
	*timeBearAchieve
6613
	-"Ward against the Time Bear.<br><i>As if you can.</i>"
6614
	-named Hide From Eternity
6615
	-picture : http://i.imgur.com/DSMRgWX.png
6616
	*timeBearAchieve2
6617
	-"Ward against the Time Bear for the last time.<br><i>"The Time Bear is upon us. Run, hide, but you will only delay the inevitable. All involved in time-defiling experiments will be purged." ~The head demon, before retreating into the underworld</i>"
6618
	-named This Is Our End
6619
	-picture : http://i.imgur.com/pBrcGq5.png
6620
6621
	*thropyAchieve
6622
	-"Achieve <b>22nd</b> place.<br><i>"wow" ~1337 sn1p3r #37</i>"
6623
	-named Dirtlord
6624
	-picture : http://i.imgur.com/01o3S8e.png
6625
	*thropyAchieve2
6626
	-"Achieve <b>18th</b> place.<br><i>Entering the tiers of trophies that you can actually be proud to earn.</i>"
6627
	-named So Metal
6628
	-picture : http://i.imgur.com/Uo7wAgm.png
6629
	*thropyAchieve3
6630
	-"Achieve <b>12th</b> place.<br><i>"I couldn't think of any good gem puns." ~RUC Chief of Puns</i>"
6631
	-named Gemeration
6632
	-picture : http://i.imgur.com/6cCAFNV.png
6633
	*thropyAchieve4
6634
	-"Achieve <b>8th</b> place.<br><i>These tiers are so good the materials don't even exist in real life.<br> <br>"Wait, but some of them do." ~Agent Taylor<br>"THE DESCRIPTIONS DO NOT GIVE TO QUESTIONING" ~Automated RUC complaint responder</i>"
6635
	-named The Fantasy Zone
6636
	-picture : http://i.imgur.com/K48TdKj.png
6637
	*thropyAchieve5
6638
	-"Achieve <b>3rd</b> place.<br><i>"This title isn't correct in any capacity." ~Agent Lawrence<br>"Why would you quote a negative comment?" ~Agent Lawrence<br>CEO EDIT: Agent Johnson is no longer allowed to write titles or descriptions.</i>"
6639
	-named Literally God
6640
	-picture : http://i.imgur.com/iCvoC54.png
6641
	*thropyAchieve6
6642
	-"Achieve <b>1st</b> place.<br><i>"tryhard" ~1337 sn1p3r #21</i>"
6643
	-named Congratulations
6644
	-picture : http://i.imgur.com/ySJTkaS.png 
6645
	*thropyAchieve7
6646
	-"Earn <b>every trophy</b>.<br><i>EDIT: You're never done.</i>"
6647
	-named You're Done
6648
	-picture : http://i.imgur.com/hfmclY6.png
6649
6650
	*bookworm
6651
	-"Read the Legend of The Fourth Wall in its entirety.<br><i>"cool story bro" ~1337 sn1p3r #52</i>"
6652
	-named Bookworm
6653
	-picture : http://i.imgur.com/04PTUqi.png
6654
6655
	*handDamage1
6656
	-"Deal <b>100</b> damage by hand."
6657
	-unlocks at 100 handDamage
6658
	-named Puncher
6659
	-picture : http://i.imgur.com/c3mfsZ7.png
6660
	*handDamage2
6661
	-"Deal <b>10,000</b> damage by hand."
6662
	-unlocks at 10000 handDamage
6663
	-named Boxer
6664
	-picture : http://i.imgur.com/1VAyqoa.png
6665
	*handDamage3
6666
	-"Deal <b>1,000,000</b> damage by hand."
6667
	-unlocks at 1000000 handDamage
6668
	-named Brawler
6669
	-picture : http://i.imgur.com/3pMJrsL.png
6670
	*handDamage4
6671
	-"Deal <b>100,000,000</b> damage by hand."
6672
	-unlocks at 100000000 handDamage
6673
	-named Blood, Sweat, and Tears
6674
	-picture : http://i.imgur.com/bOLxNz7.png
6675
	*handDamage5
6676
	-"Deal <b>10,000,000,000</b> damage by hand."
6677
	-unlocks at 10000000000 handDamage
6678
	-named Karate Master
6679
	-picture : http://i.imgur.com/PtmkAH3.png
6680
	*handDamage6
6681
	-"Deal <b>1,000,000,000,000</b> damage by hand."
6682
	-unlocks at 1000000000000 handDamage
6683
	-named Doing God's Work
6684
	-picture : http://i.imgur.com/ouFA8Lg.png
6685
	*handDamage7
6686
	-"Deal <b>100,000,000,000,000</b> damage by hand."
6687
	-unlocks at 100000000000000 handDamage
6688
	-named The Hero Gotham Deserves
6689
	-picture : http://i.imgur.com/ee3LJxJ.png
6690
	*handDamage8
6691
	-"Deal <b>10,000,000,000,000,000</b> damage by hand."
6692
	-unlocks at 10000000000000000 handDamage
6693
	-named The Grandmaster
6694
	-picture : http://i.imgur.com/YZfg6Vg.png
6695
	*handDamage9
6696
	-"Deal <b>1,000,000,000,000,000,000</b> damage by hand."
6697
	-unlocks at 1000000000000000000 handDamage
6698
	-named The Champion of The World
6699
	-picture : http://i.imgur.com/0fHTOjH.png
6700
	*handDamage10
6701
	-"Deal <b>100,000,000,000,000,000,000</b> damage by hand."
6702
	-unlocks at 100000000000000000000 handDamage
6703
	-named The Chosen One
6704
	-picture : http://i.imgur.com/uKozUUJ.png
6705
	*handDamage11
6706
	-"Deal <b>10 sextillion</b> damage by hand.<br><i>Not actually though. Keep going.</i>"
6707
	-unlocks at 10000000000000000000000 handDamage
6708
	-named The Winner
6709
	-picture : http://i.imgur.com/VywN1Do.png
6710
	*handDamage12
6711
	-"Deal <b>1 septillion</b> damage by hand.<br><i>The amount of time you've wasted has reached evil status.</i>"
6712
	-unlocks at 1000000000000000000000000 handDamage
6713
	-named Agent of The Devil
6714
	-picture : http://i.imgur.com/XSPPdpX.png
6715
	*handDamage13
6716
	-"Deal <b>100 septillion</b> damage by hand.<br><i>"Pff, as if we weren't past </i>that<i> years ago." ~Head of R&D</i>"
6717
	-unlocks at 100000000000000000000000000 handDamage
6718
	-named Beyond Reality
6719
	-picture : http://i.imgur.com/QJ6t0uF.png
6720
	*handDamage14
6721
	-"Deal <b>10 octillion</b> damage by hand.<br><i>The harbinger of the final destruction of all these damn walls, that is!</i>"
6722
	-unlocks at 10000000000000000000000000000 handDamage
6723
	-named The Harbinger
6724
	-picture : http://i.imgur.com/uCnJqSI.png
6725
	*handDamage15
6726
	-"Deal <b>10 nonillion</b> damage by hand.<br><i>You've reached maximum level. The divine message: punch harder.</i>"
6727
	-unlocks at 10000000000000000000000000000000 handDamage
6728
	-named Missionary of The Divine
6729
	-picture : http://i.imgur.com/0WGwFSJ.png
6730
6731
6732
	*puncherAchieve1
6733
	-"Hire <b>1</b> puncher."
6734
	-named Hired Help
6735
	-unlocks at 1 puncher
6736
	-picture : http://i.imgur.com/tzwF920.png
6737
	*puncherAchieve2
6738
	-"Hire <b>10</b> punchers."
6739
	-named Get The Fist Of It
6740
	-unlocks at 10 puncher
6741
	-picture : http://i.imgur.com/uwEoJ22.png
6742
	*puncherAchieve3
6743
	-"Hire <b>50</b> punchers."
6744
	-named Unarmed Army
6745
	-unlocks at 50 puncher
6746
	-picture : http://i.imgur.com/ukeWk4S.png
6747
	*puncherAchieve4
6748
	-"Hire <b>100</b> punchers."
6749
	-named Armada of Punches
6750
	-unlocks at 100 puncher
6751
	-picture : http://i.imgur.com/Un2IBSH.png
6752
	*puncherAchieve5
6753
	-"Hire <b>150</b> punchers."
6754
	-named Legion of Fists
6755
	-unlocks at 150 puncher
6756
	-picture : http://i.imgur.com/ZWHQHkW.png
6757
	*puncherAchieve6
6758
	-"Hire <b>200</b> punchers."
6759
	-named Punch City
6760
	-unlocks at 200 puncher
6761
	-picture : http://i.imgur.com/rVykEWs.png
6762
	*puncherAchieve7
6763
	-"Hire <b>300</b> punchers."
6764
	-named Punch Nation
6765
	-unlocks at 300 puncher
6766
	-picture : http://i.imgur.com/GfoMaz4.png
6767
	*puncherAchieve8
6768
	-"Hire <b>400</b> punchers."
6769
	-named The World Punched to Pieces
6770
	-unlocks at 400 puncher
6771
	-picture : http://i.imgur.com/KoB491g.png
6772
	*puncherAchieve9
6773
	-"Hire <b>500</b> punchers."
6774
	-named Thanks A Punch
6775
	-unlocks at 500 puncher
6776
	-picture : http://i.imgur.com/wxsTySo.png
6777
	*puncherAchieve10
6778
	-"Hire <b>700</b> punchers."
6779
	-named A Sock In The Park
6780
	-unlocks at 700 puncher
6781
	-picture : http://i.imgur.com/PhxmHqr.png
6782
	*puncherDamageAchieve
6783
	-"Deal <b>1,000,000,000</b> damage to the wall with your punchers."
6784
	-named No Such Thing as a Free Punch
6785
	-unlocks at 1000000000 puncherDamage
6786
	-picture : http://i.imgur.com/tzwF920.png
6787
6788
	*clubberAchieve1
6789
	-"Hire <b>1</b> clubber."
6790
	-named Clubstep
6791
	-unlocks at 1 clubber
6792
	-picture : http://i.imgur.com/k6W8MW9.png
6793
	*clubberAchieve2
6794
	-"Hire <b>10</b> clubbers."
6795
	-named Club Party
6796
	-unlocks at 10 clubber
6797
	-picture : http://i.imgur.com/LRhDWi7.png
6798
	*clubberAchieve3
6799
	-"Hire <b>50</b> clubbers."
6800
	-named The Clubhouse
6801
	-unlocks at 50 clubber
6802
	-picture : http://i.imgur.com/tIHqvj8.png
6803
	*clubberAchieve4
6804
	-"Hire <b>100</b> clubbers."
6805
	-named Club the Nation
6806
	-unlocks at 100 clubber
6807
	-picture : http://i.imgur.com/zIFpGEb.png
6808
	*clubberAchieve5
6809
	-"Hire <b>150</b> clubbers."
6810
	-named Club the World
6811
	-unlocks at 150 clubber
6812
	-picture : http://i.imgur.com/2Kpfgha.png
6813
	*clubberAchieve6
6814
	-"Hire <b>200</b> clubbers."
6815
	-named Club the Universe
6816
	-unlocks at 200 clubber
6817
	-picture : http://i.imgur.com/sqh5GGD.png
6818
	*clubberAchieve7
6819
	-"Hire <b>300</b> clubbers."
6820
	-named Club Reality
6821
	-unlocks at 300 clubber
6822
	-picture : http://i.imgur.com/4wh5BY0.png
6823
	*clubberAchieve8
6824
	-"Hire <b>400</b> clubbers."
6825
	-named Club to Infinity
6826
	-unlocks at 400 clubber
6827
	-picture : http://i.imgur.com/JruQMzO.png
6828
	*clubberAchieve9
6829
	-"Hire <b>500</b> clubbers."
6830
	-named Beelzeclub
6831
	-unlocks at 500 clubber
6832
	-picture : http://i.imgur.com/eecKJ8i.png
6833
	*clubberAchieve10
6834
	-"Hire <b>700</b> clubbers."
6835
	-named Club-Niggurath
6836
	-unlocks at 700 clubber
6837
	-picture : http://i.imgur.com/20i38CD.png
6838
	*clubberDamageAchieve
6839
	-"Deal <b>10,000,000,000</b> damage to the wall with your clubbers."
6840
	-named Clubbed to Death
6841
	-unlocks at 10000000000 clubberDamage
6842
	-picture : http://i.imgur.com/k6W8MW9.png
6843
6844
	*swordsmanAchieve1
6845
	-"Hire <b>1</b> swordsman."
6846
	-named Wallslicer
6847
	-unlocks at 1 swordsman
6848
	-picture : http://i.imgur.com/U0XqNYE.png
6849
	*swordsmanAchieve2
6850
	-"Hire <b>10</b> swordsmen."
6851
	-named Hack 'n Slash
6852
	-unlocks at 10 swordsman
6853
	-picture : http://i.imgur.com/roZk4Yj.png
6854
	*swordsmanAchieve3
6855
	-"Hire <b>50</b> swordsmen."
6856
	-named Smorgasword
6857
	-unlocks at 50 swordsman
6858
	-picture : http://i.imgur.com/hmaylF0.png
6859
	*swordsmanAchieve4
6860
	-"Hire <b>100</b> swordsmen."
6861
	-named Blade Battalion
6862
	-unlocks at 100 swordsman
6863
	-picture : http://i.imgur.com/ciaHQnB.png
6864
	*swordsmanAchieve5
6865
	-"Hire <b>150</b> swordsmen."
6866
	-named The Cavalry
6867
	-unlocks at 150 swordsman
6868
	-picture : http://i.imgur.com/Jk4qhmJ.png
6869
	*swordsmanAchieve6
6870
	-"Hire <b>200</b> swordsmen."
6871
	-named The Crusaders
6872
	-unlocks at 200 swordsman
6873
	-picture : http://i.imgur.com/w6XsCGU.png
6874
	*swordsmanAchieve7
6875
	-"Hire <b>300</b> swordsmen."
6876
	-named Blade Runner
6877
	-unlocks at 300 swordsman
6878
	-picture : http://i.imgur.com/s8DBCzK.png
6879
	*swordsmanAchieve8
6880
	-"Hire <b>400</b> swordsmen."
6881
	-named All The King's Men
6882
	-unlocks at 400 swordsman
6883
	-picture : http://i.imgur.com/vtFhIQk.png
6884
	*swordsmanAchieve9
6885
	-"Hire <b>500</b> swordsmen.<br><i>"As if we weren't already am I right?" ~Swordsman Project Leader</i>"
6886
	-named The Conquerors of The World
6887
	-unlocks at 500 swordsman
6888
	-picture : http://i.imgur.com/iPTUQJx.png
6889
	*swordsmanAchieve10
6890
	-"Hire <b>700</b> swordsmen.<br><i>Agent Johnson's proposal to build a T. rex-shaped sword was shot down before it even caught air.</i>"
6891
	-named Tyrannoswordus Rex
6892
	-unlocks at 700 swordsman
6893
	-picture : http://i.imgur.com/WljzKK3.png
6894
	*swordDamageAchieve
6895
	-"Deal <b>100,000,000,000</b> damage to the wall with your swordsmen."
6896
	-named Castle Crashers
6897
	-unlocks at 100000000000 swordsmanDamage
6898
	-picture : http://i.imgur.com/U0XqNYE.png
6899
6900
	*gunnerAchieve1
6901
	-"Hire <b>1</b> gunshooter."
6902
	-named Shooter of Guns
6903
	-unlocks at 1 gunner
6904
	-picture : http://i.imgur.com/d6qPAe1.png
6905
	*gunnerAchieve2
6906
	-"Hire <b>10</b> gunshooters."
6907
	-named Firing Squad
6908
	-unlocks at 10 gunner
6909
	-picture : http://i.imgur.com/rJl9TeZ.png
6910
	*gunnerAchieve3
6911
	-"Hire <b>50</b> gunshooters."
6912
	-named Blast Battalion
6913
	-unlocks at 50 gunner
6914
	-picture : http://i.imgur.com/IyI3G2S.png
6915
	*gunnerAchieve4
6916
	-"Hire <b>100</b> gunshooters."
6917
	-named The Old West
6918
	-unlocks at 100 gunner
6919
	-picture : http://i.imgur.com/ZexRC2F.png
6920
	*gunnerAchieve5
6921
	-"Hire <b>150</b> gunshooters."
6922
	-named The Military
6923
	-unlocks at 150 gunner
6924
	-picture : http://i.imgur.com/eAFR8kh.png
6925
	*gunnerAchieve6
6926
	-"Hire <b>200</b> gunshooters."
6927
	-named Armament Armada
6928
	-unlocks at 200 gunner
6929
	-picture : http://i.imgur.com/2oIB7lS.png
6930
	*gunnerAchieve7
6931
	-"Hire <b>300</b> gunshooters."
6932
	-named Gun With The Wind
6933
	-unlocks at 300 gunner
6934
	-picture : http://i.imgur.com/1QXsFlH.png
6935
	*gunnerAchieve8
6936
	-"Hire <b>400</b> gunshooters.<br><i>"Oh wait, I'm done already. I mean... I'm GUN already." ~Chief of <del>Guns</del> Puns</i>"
6937
	-named Couldn't Think of a Good Gun
6938
	-unlocks at 400 gunner
6939
	-picture : http://i.imgur.com/OrTrCod.png
6940
	*gunnerAchieve9
6941
	-"Hire <b>500</b> gunshooters."
6942
	-named When All Is Said And Gun
6943
	-unlocks at 500 gunner
6944
	-picture : http://i.imgur.com/V95QmIo.png
6945
	*gunnerAchieve10
6946
	-"Hire <b>700</b> gunshooters.<br><i>"ALL. ALL GUN. AAAAAAALLL." ~Automated RUC complaint responder</i>"
6947
	-named All Are Gun & Gun Is All
6948
	-unlocks at 700 gunner
6949
	-picture : http://i.imgur.com/zZXuikn.png
6950
	*gunnerDamageAchieve
6951
	-"Deal <b>1,000,000,000,000</b> damage to the wall with your gunshooters."
6952
	-named Swiss Cheese
6953
	-unlocks at 1000000000000 gunnerDamage
6954
	-picture : http://i.imgur.com/d6qPAe1.png
6955
6956
	*grenadeAchieve1
6957
	-"Hire <b>1</b> grenademan."
6958
	-named The Man With the Grenade
6959
	-unlocks at 1 grenade
6960
	-picture : http://i.imgur.com/IiBqHel.png
6961
	*grenadeAchieve2
6962
	-"Hire <b>10</b> grenademen."
6963
	-named The Barrage
6964
	-unlocks at 10 grenade
6965
	-picture : http://i.imgur.com/R9gZAzL.png
6966
	*grenadeAchieve3
6967
	-"Hire <b>50</b> grenademen."
6968
	-named Nade Barricade
6969
	-unlocks at 50 grenade
6970
	-picture : http://i.imgur.com/iygAO3d.png
6971
	*grenadeAchieve4
6972
	-"Hire <b>100</b> grenademen."
6973
	-named Rain of Grenades
6974
	-unlocks at 100 grenade
6975
	-picture : http://i.imgur.com/4Ro8woi.png
6976
	*grenadeAchieve5
6977
	-"Hire <b>150</b> grenademen."
6978
	-named Grenade Gale
6979
	-unlocks at 150 grenade
6980
	-picture : http://i.imgur.com/fXuVuxM.png
6981
	*grenadeAchieve6
6982
	-"Hire <b>200</b> grenademen."
6983
	-named Ocean of Grenades
6984
	-unlocks at 200 grenade
6985
	-picture : http://i.imgur.com/POTBoez.png
6986
	*grenadeAchieve7
6987
	-"Hire <b>300</b> grenademen."
6988
	-named Bomb The World
6989
	-unlocks at 300 grenade
6990
	-picture : http://i.imgur.com/fMBo2SN.png
6991
	*grenadeAchieve8
6992
	-"Hire <b>400</b> grenademen."
6993
	-named Nade It Through
6994
	-unlocks at 400 grenade
6995
	-picture : http://i.imgur.com/LX0Sy7U.png
6996
	*grenadeAchieve9
6997
	-"Hire <b>500</b> grenademen."
6998
	-named The Divine Bombedy
6999
	-unlocks at 500 grenade
7000
	-picture : http://i.imgur.com/FzLeFau.png
7001
	*grenadeAchieve10
7002
	-"Hire <b>700</b> grenademen.<br><i>"I quit." ~Chief of Puns</i>"
7003
	-named Grenademan Achievement #10
7004
	-unlocks at 700 grenade
7005
	-picture : http://i.imgur.com/8EFEm0M.png
7006
	*grenadeDamageAchieve
7007
	-"Deal <b>10,000,000,000,000</b> damage to the wall with your grenademen."
7008
	-named Endless War
7009
	-unlocks at 10000000000000 grenadeDamage
7010
	-picture : http://i.imgur.com/IiBqHel.png
7011
7012
	*wreckingBallAchieve1
7013
	-"Hire <b>1</b> wrecking ball."
7014
	-named I'm Gonna Wreck It
7015
	-unlocks at 1 wreckingBall
7016
	-picture : http://i.imgur.com/yM8TEHL.png
7017
	*wreckingBallAchieve2
7018
	-"Hire <b>10</b> wrecking balls."
7019
	-named Ball Busters
7020
	-unlocks at 10 wreckingBall
7021
	-picture : http://i.imgur.com/mAr2vCg.png
7022
	*wreckingBallAchieve3
7023
	-"Hire <b>50</b> wrecking balls."
7024
	-named Deconstruction Team
7025
	-unlocks at 50 wreckingBall
7026
	-picture : http://i.imgur.com/G48Ecxn.png
7027
	*wreckingBallAchieve4
7028
	-"Hire <b>100</b> wrecking balls."
7029
	-named Deconstruction Army
7030
	-unlocks at 100 wreckingBall
7031
	-picture : http://i.imgur.com/RiUfzHo.png
7032
	*wreckingBallAchieve5
7033
	-"Hire <b>150</b> wrecking balls."
7034
	-named The Wreck Republic
7035
	-unlocks at 150 wreckingBall
7036
	-picture : http://i.imgur.com/0sEdsxd.png
7037
	*wreckingBallAchieve6
7038
	-"Hire <b>200</b> wrecking balls."
7039
	-named Wrecktacular
7040
	-unlocks at 200 wreckingBall
7041
	-picture : http://i.imgur.com/sgAPNQT.png
7042
	*wreckingBallAchieve7
7043
	-"Hire <b>300</b> wrecking balls."
7044
	-named The Wreckoning
7045
	-unlocks at 300 wreckingBall
7046
	-picture : http://i.imgur.com/tWgYnpW.png
7047
	*wreckingBallAchieve8
7048
	-"Hire <b>400</b> wrecking balls."
7049
	-named Wreck is Love, Wreck is Life
7050
	-unlocks at 400 wreckingBall
7051
	-picture : http://i.imgur.com/8CXUpDK.png
7052
	*wreckingBallAchieve9
7053
	-"Hire <b>500</b> wrecking balls."
7054
	-named Reality Wreck
7055
	-unlocks at 500 wreckingBall
7056
	-picture : http://i.imgur.com/3OYp1g4.png
7057
	*wreckingBallAchieve10
7058
	-"Hire <b>700</b> wrecking balls.<br><i>"I think you ran out of fitting ones." ~Agent Carter<br>"Round this wreck of the woods, we don't question my puns." ~Chief of Puns</i>"
7059
	-named Round This Wreck of The Woods
7060
	-unlocks at 700 wreckingBall
7061
	-picture : http://i.imgur.com/LmISELN.png
7062
	*wreckingballDamageAchieve
7063
	-"Deal <b>100,000,000,000,000</b> damage to the wall with your wrecking balls."
7064
	-named Get Wrecked
7065
	-unlocks at 100000000000000 wreckingBallDamage
7066
	-picture : http://i.imgur.com/yM8TEHL.png
7067
7068
	*bulldozerAchieve1
7069
	-"Hire <b>1</b> bulldozer."
7070
	-named The Doze Knows
7071
	-unlocks at 1 bulldozer
7072
	-picture : http://i.imgur.com/q1QrnCW.png
7073
	*bulldozerAchieve2
7074
	-"Hire <b>10</b> bulldozers."
7075
	-named Those Who Arose to Doze
7076
	-unlocks at 10 bulldozer
7077
	-picture : http://i.imgur.com/EiU5wtP.png
7078
	*bulldozerAchieve3
7079
	-"Hire <b>50</b> bulldozers."
7080
	-named The Doze Division
7081
	-unlocks at 50 bulldozer
7082
	-picture : http://i.imgur.com/HH6K4Vq.png
7083
	*bulldozerAchieve4
7084
	-"Hire <b>100</b> bulldozers."
7085
	-named Stop And Smell The Dozes
7086
	-unlocks at 100 bulldozer
7087
	-picture : http://i.imgur.com/BXEfdVE.png
7088
	*bulldozerAchieve5
7089
	-"Hire <b>150</b> bulldozers."
7090
	-named Level The City
7091
	-unlocks at 150 bulldozer
7092
	-picture : http://i.imgur.com/crWt6tW.png
7093
	*bulldozerAchieve6
7094
	-"Hire <b>200</b> bulldozers.<br><i>Disclamer: these achievement titles are not commands.</i>"
7095
	-named Level The Country
7096
	-unlocks at 200 bulldozer
7097
	-picture : http://i.imgur.com/jVDRDvc.png
7098
	*bulldozerAchieve7
7099
	-"Hire <b>300</b> bulldozers."
7100
	-named The Superbull
7101
	-unlocks at 300 bulldozer
7102
	-picture : http://i.imgur.com/F68kWwp.png
7103
	*bulldozerAchieve8
7104
	-"Hire <b>400</b> bulldozers."
7105
	-named Dozes Are Red, The World is Dead
7106
	-unlocks at 400 bulldozer
7107
	-picture : http://i.imgur.com/WQZmqRv.png
7108
	*bulldozerAchieve9
7109
	-"Hire <b>500</b> bulldozers."
7110
	-named Overdoze
7111
	-unlocks at 500 bulldozer
7112
	-picture : http://i.imgur.com/wzJXciZ.png
7113
	*bulldozerAchieve10
7114
	-"Hire <b>700</b> bulldozers.<br><i>"Could it be... The only accurately named thing in the entire game?" ~Agent Connor</i>"
7115
	-named Bullshit
7116
	-unlocks at 700 bulldozer
7117
	-picture : http://i.imgur.com/taZMkYw.png
7118
	*bulldozerDamageAchieve
7119
	-"Deal <b>200,000,000,000,000</b> damage to the wall with your bulldozers."
7120
	-named Crack n Smash
7121
	-unlocks at 200000000000000 bulldozerDamage
7122
	-picture : http://i.imgur.com/q1QrnCW.png
7123
7124
	*airstrikeAchieve1
7125
	-"Hire <b>1</b> airstrike caller."
7126
	-named Calling the Shots
7127
	-unlocks at 1 airstrike
7128
	-picture : http://i.imgur.com/ziKked6.png
7129
	*airstrikeAchieve2
7130
	-"Hire <b>10</b> airstrike callers."
7131
	-named The Strikes
7132
	-unlocks at 10 airstrike
7133
	-picture : http://i.imgur.com/pGXsYZg.png
7134
	*airstrikeAchieve3
7135
	-"Hire <b>50</b> airstrike callers."
7136
	-named Call of Nature
7137
	-unlocks at 50 airstrike
7138
	-picture : http://i.imgur.com/0yGfwss.png
7139
	*airstrikeAchieve4
7140
	-"Hire <b>100</b> airstrike callers."
7141
	-named The Strikedown
7142
	-unlocks at 100 airstrike
7143
	-picture : http://i.imgur.com/Mh3dfeG.png
7144
	*airstrikeAchieve5
7145
	-"Hire <b>150</b> airstrike callers."
7146
	-named Crush the World
7147
	-unlocks at 150 airstrike
7148
	-picture : http://i.imgur.com/nkSdY4M.png
7149
	*airstrikeAchieve6
7150
	-"Hire <b>200</b> airstrike callers."
7151
	-named Calamity Calling 
7152
	-unlocks at 200 airstrike
7153
	-picture : http://i.imgur.com/kggtIiP.png
7154
	*airstrikeAchieve7
7155
	-"Hire <b>300</b> airstrike callers."
7156
	-named Take A Strike
7157
	-unlocks at 300 airstrike
7158
	-picture : http://i.imgur.com/gXHS6sy.png
7159
	*airstrikeAchieve8
7160
	-"Hire <b>400</b> airstrike callers."
7161
	-named It's Call Over Now
7162
	-unlocks at 400 airstrike
7163
	-picture : http://i.imgur.com/DcaMUp9.png
7164
	*airstrikeAchieve9
7165
	-"Hire <b>500</b> airstrike callers.<br><i>He wants his walls back.</i>"
7166
	-named God's On The Other Line
7167
	-unlocks at 500 airstrike
7168
	-picture : http://i.imgur.com/KqdTHwt.png
7169
	*airstrikeDamageAchieve
7170
	-"Deal <b>2,000,000,000,000,000</b> damage to the wall with your airstrike callers."
7171
	-named Death Called
7172
	-unlocks at 2000000000000000 airstrikeDamage
7173
	-picture : http://i.imgur.com/ziKked6.png
7174
7175
	*necromancerAchieve1
7176
	-"Hire <b>1</b> necromancer.<br><i>"The biggest possible." ~Head of Wizard Relations</i>"
7177
	-named Bring In The Hats
7178
	-unlocks at 1 necromancer
7179
	-picture : http://i.imgur.com/v1AK3rT.png
7180
	*necromancerAchieve2
7181
	-"Hire <b>10</b> necromancers."
7182
	-named Men In Black
7183
	-unlocks at 10 necromancer
7184
	-picture : http://i.imgur.com/TFn4qy8.png
7185
	*necromancerAchieve3
7186
	-"Hire <b>50</b> necromancers."
7187
	-named The Cult
7188
	-unlocks at 50 necromancer
7189
	-picture : http://i.imgur.com/Rcq67yT.png
7190
	*necromancerAchieve4
7191
	-"Hire <b>100</b> necromancers."
7192
	-named Dead Rising
7193
	-unlocks at 100 necromancer
7194
	-picture : http://i.imgur.com/9zBRNek.png
7195
	*necromancerAchieve5
7196
	-"Hire <b>150</b> necromancers."
7197
	-named Zombieland
7198
	-unlocks at 150 necromancer
7199
	-picture : http://i.imgur.com/qXqoMU6.png
7200
	*necromancerAchieve6
7201
	-"Hire <b>200</b> necromancers."
7202
	-named Army of Darkness
7203
	-unlocks at 200 necromancer
7204
	-picture : http://i.imgur.com/RnCc5dn.png
7205
	*necromancerAchieve7
7206
	-"Hire <b>300</b> necromancers.<br><i>*thats it. im getting the dead.</i>"
7207
	-named That's It. I'm Getting The Dead.
7208
	-unlocks at 300 necromancer
7209
	-picture : http://i.imgur.com/OZnAMmh.png
7210
	*necromancerAchieve8
7211
	-"Hire <b>400</b> necromancers."
7212
	-named Only Zombies Now
7213
	-unlocks at 400 necromancer
7214
	-picture : http://i.imgur.com/Q42Qlh5.png
7215
	*necromancerAchieve9
7216
	-"Hire <b>500</b> necromancers.<br><i>Not actually though.</i>"
7217
	-named The Grateful Dead
7218
	-unlocks at 500 necromancer
7219
	-picture : http://i.imgur.com/2nlwuwZ.png
7220
7221
	*giantAchieve1
7222
	-"Hire <b>1</b> titan."
7223
	-named It's Back
7224
	-unlocks at 1 giant
7225
	-picture : http://i.imgur.com/YYCAyYr.png
7226
	*giantAchieve2
7227
	-"Hire <b>10</b> titans."
7228
	-named They're Coming
7229
	-unlocks at 10 giant
7230
	-picture : http://i.imgur.com/NJiXXeV.png
7231
	*giantAchieve3
7232
	-"Hire <b>50</b> titans."
7233
	-named Massive Attack
7234
	-unlocks at 50 giant
7235
	-picture : http://i.imgur.com/qRTZ0PT.png
7236
	*giantAchieve4
7237
	-"Hire <b>100</b> titans."
7238
	-named Titanic Takeover
7239
	-unlocks at 100 giant
7240
	-picture : http://i.imgur.com/C8MyH4G.png
7241
	*giantAchieve5
7242
	-"Hire <b>150</b> titans."
7243
	-named Ancient Army
7244
	-unlocks at 150 giant
7245
	-picture : http://i.imgur.com/nqgG46f.png
7246
	*giantAchieve6
7247
	-"Hire <b>200</b> titans.<br><i>Lord Reaefsek, God of The Unfinished, was one of the most famous titans. He was insane, and very skilled with Old World magic.</i>"
7248
	-named Lord Reaefsek's Castle
7249
	-unlocks at 200 giant
7250
	-picture : http://i.imgur.com/Uozfrtb.png
7251
	*giantAchieve7
7252
	-"Hire <b>300</b> titans.<br><i>Lord Reaefsek and King Hyzem were rivals; as the records in Bextic - Hyzem's castle - state, Reaefsek decided that he was the god of everything and attacked Hyzem's kingdom. This was the golden age of magical artifacts.</i>"
7253
	-named Hyzem's Kingdom
7254
	-unlocks at 300 giant
7255
	-picture : http://i.imgur.com/uw0puJR.png
7256
	*giantAchieve8
7257
	-"Hire <b>400</b> titans.<br><i>The giant warriors of the Old World, joining together for the single purpose of smashing a brick wall to the ground... Beautiful.</i>"
7258
	-named A Beautiful Sight
7259
	-unlocks at 400 giant
7260
	-picture : http://i.imgur.com/1VqgNdS.png
7261
	*giantAchieve9
7262
	-"Hire <b>500</b> titans."
7263
	-named The Old World 
7264
	-unlocks at 500 giant
7265
	-picture : http://i.imgur.com/enLETzJ.png
7266
7267
	*brickFactoryAchieve1
7268
	-"Build <b>1</b> brick factory."
7269
	-named They'll Never Find Out
7270
	-unlocks at 1 brickFactory
7271
	-picture : http://i.imgur.com/aCU88Ro.png
7272
	*brickFactoryAchieve2
7273
	-"Build <b>10</b> brick factories."
7274
	-named Secret Production
7275
	-unlocks at 10 brickFactory
7276
	-picture : http://i.imgur.com/tpCfx3P.png
7277
	*brickFactoryAchieve3
7278
	-"Build <b>50</b> brick factories."
7279
	-named Area 51
7280
	-unlocks at 50 brickFactory
7281
	-picture : http://i.imgur.com/DzNqcUh.png
7282
	*brickFactoryAchieve4
7283
	-"Build <b>100</b> brick factories."
7284
	-named Blissful Secrecy
7285
	-unlocks at 100 brickFactory
7286
	-picture : http://i.imgur.com/e6dtWjK.png
7287
	*brickFactoryAchieve5
7288
	-"Build <b>150</b> brick factories.<br><i>Not enough.</i>"
7289
	-named How Many Bricks Does It Take
7290
	-unlocks at 150 brickFactory
7291
	-picture : http://i.imgur.com/WAMfl5a.png
7292
	*brickFactoryAchieve6
7293
	-"Build <b>200</b> brick factories."
7294
	-named Artificial City
7295
	-unlocks at 200 brickFactory
7296
	-picture : http://i.imgur.com/aJfezqc.png
7297
	*brickFactoryAchieve7
7298
	-"Build <b>300</b> brick factories.<br><i>He comes down your chimney, but instead of giving you presents he dismantles the chimney and takes all the bricks.</i>"
7299
	-named St. Brick
7300
	-unlocks at 300 brickFactory
7301
	-picture : http://i.imgur.com/kEcAqB6.png
7302
	*brickFactoryAchieve8
7303
	-"Build <b>400</b> brick factories.<br><i>"I regret writing that last description. Now the demons dress up as St. Brick every Christmas and act the part." ~Agent Connor</i>"
7304
	-named Brickrolled
7305
	-unlocks at 400 brickFactory
7306
	-picture : http://i.imgur.com/v1FFhA9.png
7307
	*brickFactoryAchieve9
7308
	-"Build <b>500</b> brick fatories.<br><i>"Did we run out of fitting ones?" ~Agent Carter<br>"If you had a brick of sense in you, you wouldn't question my puns." ~Chief of Puns</i>"
7309
	-named A Brick of Sense
7310
	-unlocks at 500 brickFactory
7311
	-picture : http://i.imgur.com/CVVcmHj.png
7312
7313
	*DemonAchieve1
7314
	-"Hire <b>1</b> demon."
7315
	-named Raising Hell
7316
	-unlocks at 1 demon
7317
	-picture : http://i.imgur.com/klcGmts.png
7318
	*DemonAchieve2
7319
	-"Hire <b>10</b> demons."
7320
	-named Satan's Little Helpers
7321
	-unlocks at 10 demon
7322
	-picture : http://i.imgur.com/SxcztPw.png
7323
	*DemonAchieve3
7324
	-"Hire <b>50</b> demons.<br><i>"The only actual fire here is the fire coming from MY ANGER." ~Head of Tech<br>"There's also the bonfire they built over some box they buried in my yard. They said it was part of a treasure hunt." ~RC Project Leader<br>"THOSE ARE ALL MY OLD FLOPPY DISKS." ~Head of Tech</i>"
7325
	-named Fire & Brimstone
7326
	-unlocks at 50 demon
7327
	-picture : http://i.imgur.com/8r38suM.png
7328
	*DemonAchieve4
7329
	-"Hire <b>100</b> demons.<br><i>"You've got THAT right." ~Everyone except Agent Johnson</i>"
7330
	-named Hell On Earth
7331
	-unlocks at 100 demon
7332
	-picture : http://i.imgur.com/zpaA3Yo.png
7333
	*DemonAchieve5
7334
	-"Hire <b>150</b> demons.<br><i>"Dominance over NOT BEING ANNOYED ALL THE TIME." ~Head of Demon Relations</i>"
7335
	-named Demonic Dominance
7336
	-unlocks at 150 demon
7337
	-picture : http://i.imgur.com/f9zhDkC.png
7338
	*DemonAchieve6
7339
	-"Hire <b>200</b> demons.<br><i>"The only quarter they give is the quarter they used to jam the coffee maker in the lobby. We ended up inventing a coffee maker that requires a password so they would stop screwing with it." ~Head of R&D</i>"
7340
	-named No Quarter
7341
	-unlocks at 200 demon
7342
	-picture : http://i.imgur.com/MKqt6OB.png
7343
	*DemonAchieve7
7344
	-"Hire <b>300</b> demons."
7345
	-named Judgement Day
7346
	-unlocks at 300 demon
7347
	-picture : http://i.imgur.com/92rYyAC.png
7348
	*DemonAchieve8
7349
	-"Hire <b>400</b> demons.<br><i>"From all the demons being awful and trolling everyone maybe??" ~Agent Connor</i>"
7350
	-named How Could You Hell
7351
	-unlocks at 400 demon
7352
	-picture : http://i.imgur.com/FmFQPoJ.png
7353
	*demonAchieve9
7354
	-"Hire <b>500</b> demons.<br><i>"Say, isn't that an oxymoron?" ~Agent Carter<br>"</i>You're<i> an oxymoron." ~Agent Johnson</i>"
7355
	-named Holy Hell
7356
	-unlocks at 500 demon
7357
	-picture : http://i.imgur.com/msrmpyh.png
7358
7359
	*compromiserAchieve
7360
	-"Build <b>1</b> reality compromiser."
7361
	-named Think Outside The Box
7362
	-unlocks at 1 compromiser
7363
	-picture : http://i.imgur.com/gRgl3DR.png
7364
	*compromiserAchieve2
7365
	-"Build <b>10</b> reality compromisers.<br><i>"You know the night divides the day, the day DESTROYS THE WALLS" ~Agent Johnson, before getting kicked out of karoke night</i>"
7366
	-named Break on Through to The Other Side
7367
	-unlocks at 10 compromiser
7368
	-picture : http://i.imgur.com/Au6TbeN.png
7369
	*compromiserAchieve3
7370
	-"Build <b>50</b> reality compromisers.<br><i>"It's bullshit all the way down." ~Agent Connnor</i>"
7371
	-named I Can See Forever
7372
	-unlocks at 50 compromiser
7373
	-picture : http://i.imgur.com/s0e1Pk1.png
7374
	*compromiserAchieve4
7375
	-"Build <b>100</b> reality compromisers."
7376
	-named Reality Fatality
7377
	-unlocks at 100 compromiser
7378
	-picture : http://i.imgur.com/mpvRvBz.png
7379
	*compromiserAchieve5
7380
	-"Build <b>150</b> reality compromisers."
7381
	-named Beyond The Infinite
7382
 	-unlocks at 150 compromiser
7383
	-picture : http://i.imgur.com/3QMurit.png
7384
	*compromiserAchieve6
7385
	-"Build <b>200</b> reality compromisers."
7386
	-named The Grand Compromise 
7387
	-unlocks at 200 compromiser
7388
	-picture : http://i.imgur.com/qxa1Na2.png
7389
	*compromiserAchieve7
7390
	-"Build <b>300</b> reality compromisers.<br><i>What levee, you ask? The levee of REALITY.</i>"
7391
	-named The Levee
7392
	-unlocks at 300 compromiser
7393
	-picture : http://i.imgur.com/NFNQ3zk.png
7394
	*compromiserAchieve8
7395
	-"Build <b>400</b> reality compromisers.<br><i>"Pretty late for using that analogy." ~Agent Connor</i>"
7396
	-named Pandora's Box
7397
	-unlocks at 400 compromiser
7398
	-picture : http://i.imgur.com/DJUqiov.png
7399
	*compromiserAchieve9
7400
	-"Build <b>500</b> reality compromisers.<br><i>"And we didn't </i>buy<i> no stairway, unlike that cheapass lady. We built it, with our own blood, sweat, and tears!" ~RUC CEO</i>"
7401
	-named Stairway To Heaven
7402
	-unlocks at 500 compromiser
7403
	-picture : http://i.imgur.com/KkLNQv0.png
7404
7405
	*lastBuildingAchieve
7406
	-"Build <b>1</b> black obliterator."
7407
	-named The Reaper
7408
	-unlocks at 1 lastBuilding
7409
	-picture : http://i.imgur.com/PqwDNQa.png
7410
	*lastBuildingAchieve2
7411
	-"Build <b>10</b> black obliterators."
7412
	-named Back In Black
7413
	-unlocks at 10 lastBuilding
7414
	-picture : http://i.imgur.com/zjWBTj1.png
7415
	*lastBuildingAchieve3
7416
	-"Build <b>50</b> black obliterators."
7417
	-named The Black Plague
7418
	-unlocks at 50 lastBuilding
7419
	-picture : http://i.imgur.com/2lFDykJ.png
7420
	*lastBuildingAchieve4
7421
	-"Build <b>100</b> black obliterators."
7422
	-named Paint It Black
7423
	-unlocks at 100 lastBuilding
7424
	-picture : http://i.imgur.com/Sb9XPog.png
7425
	*lastBuildingAchieve5
7426
	-"Build <b>150</b> black obliterators."
7427
	-named Blackbird 
7428
	-unlocks at 150 lastBuilding
7429
	-picture : http://i.imgur.com/A056Mob.png
7430
	*lastBuildingAchieve6
7431
	-"Build <b>200</b> black obliterators."
7432
	-named Blackout
7433
	-unlocks at 200 lastBuilding
7434
	-picture : http://i.imgur.com/zQpS4F8.png
7435
	*lastBuildingAchieve7
7436
	-"Build <b>300</b> black obliterators."
7437
	-named Oblivion
7438
	-unlocks at 300 lastBuilding
7439
	-picture : http://i.imgur.com/jFpYzHt.png
7440
	*lastBuildingAchieve8
7441
	-"Build <b>400</b> Black obliterators.<br><i>"400 is not equal to infinity." ~Agent Lawrence<br>"Wrong." ~Agent Johnson</i>"
7442
	-named Infinity
7443
	-unlocks at 400 lastBuilding
7444
	-picture : http://i.imgur.com/9ICkBB1.png
7445
7446
	*buildingAchieve1
7447
	-"Have <b>100</b> buildings."
7448
	-named The Menagerie
7449
	-picture : http://i.imgur.com/93tCmIj.png
7450
	-unlocks at 100 building
7451
	*buildingAchieve2
7452
	-"Have <b>500</b> buildings."
7453
	-named The Aggregation
7454
	-picture : http://i.imgur.com/F4FwhJe.png
7455
	-unlocks at 500 building
7456
	*buildingAchieve3
7457
	-"Have <b>1,000</b> buildings."
7458
	-named The Armada
7459
	-picture : http://i.imgur.com/tHUohS4.png
7460
	-unlocks at 1000 building
7461
	*buildingAchieve4
7462
	-"Have <b>2,000</b> buildings."
7463
	-named Ruler of The World
7464
	-picture : http://i.imgur.com/CSzNF0J.png
7465
	-unlocks at 2000 building
7466
	*buildingAchieve5
7467
	-"Have <b>3,000</b> buildings."
7468
	-named King of The Cosmos
7469
	-picture : http://i.imgur.com/piFqUdL.png
7470
	-unlocks at 3000 building
7471
	*buildingAchieve6
7472
	-"Have <b>5,000</b> buildings."
7473
	-named Master of Reality
7474
	-picture : http://i.imgur.com/fGDPekC.png
7475
	-unlocks at 5000 building
7476
	*buildingAchieve7
7477
	-"Have <b>7,500</b> buildings."
7478
	-named God
7479
	-picture : http://i.imgur.com/gszdkb6.png
7480
	-unlocks at 7500 building
7481
	*buildingAchieve8
7482
	-"Have <b>10,000</b> buildings."
7483
	-named The King
7484
	-picture : http://i.imgur.com/xvVrdJg.png
7485
	-unlocks at 10000 building
7486
7487
	*dummy
7488
	-named
7489
	-visible
7490
7491
//hi people who scrolled all the way to the bottom! here's your secret message.