Trimps Wikia
Register
Advertisement
More about Trimps:
Exploration: Helium UniverseRadon UniverseMapsUnique mapsUnlocksImpsStoryLoot
Basic Information: Trimp (species)ResourcesStructuresJobsUpgradesEquipmentSettingsCombat
Long-term Gameplay: Helium/RadonPerksHeirloomsFormationsMasteryAchievementsLiquificationFluffy/Scruffy
Gameplay Changes: PortalChallengesVoid MapsChallenge²/Challenge³Player's SpireSpire Assault
Anomalies: Broken PlanetCorruptionSpireMagmaEmpowerments of NatureObsidianMutated zones
Other Useful Info: GuidesCalculatorsChangelogMods

The Radon Universe (also called Universe 2, or U2 for short) is a whole new universe to explore in Trimps. It can be reached by leveling Fluffy to Evolution 8 Level 10 and then using the Portal.

New universe

Message upon unlocking U2 for the first time

The Radon Universe is similar to the original Helium Universe, whereby there are world zones (100 cells per zone) and maps. Progressing further into the zones unlocks new mechanics and story pieces, giving insights behind Druopitee's actions and his interactions with Fluffy and Scruffy.

The player may travel between the two Universes without penalty via the Portal or the View Perks screen, although any Helium/Radon and Pet EXP earned prior to unlocking the Portal will be lost.

Changes from Helium Universe[]

The following items are kept between the two Universes:

Note: Heirloom bonuses are only 10% as effective in U2, although some of the modifiers (Pet EXP, Plaguebringer, Crit Chance & Void Map Drop Chance) can be restored to full power via Scruffy's level 2 ability.

The following items are NOT kept between the two Universes, and hence are restricted to the Universe they come from:

New Mechanics[]

Block is gone in U2; in its place is a new mechanic called Prismatic Shield, first obtained by beating cell 5 of zone 2. Prismatic Shield (or PS for short) acts as a rechargable "buffer" hp bar for your trimps that refills on defeating an enemy. All enemy hits will target Prismatic Shield first, only depleting Trimp health once the Shield is fully depleted. Unlike block (which is a completely separate stat unto itself), Prismatic Shield durability is based on Trimp maximum health, so more health = more PS.

A new modifier present in Radiating and above Heirlooms, called Gamma Burst, allows Trimps to charge up a powerful attack once every few hits. Every successful attack adds 1 stack of Charging to your Trimps; attacking with 5 stacks of Charging will consume all stacks and release a Burst, further multiplying the damage of the current hit.

New Buildings:

  • The Smithy gives a 25% compounding bonus to Trimp Attack and Health, but costs massively increasing amounts of Gems, Wood and Metal each time.
  • Purchasing a Microchip, which survives through Portals, is equivalent to completing a Scientist challenge.
  • The Antenna may be built after completing the Storm challenge. Antennas survive through Portals, and grant flat increases to Meteorologist Radon gain multiplier (and eventually Food, Health & Metal as well), with additional bonuses being unlocked at each multiple of 5 Antennas built. The maximum number you may build depends on your highest zone completed in U2.
  • The Hub is the apex of Trimp housing within the Radon universe (as of patch 5.4), unlocked by competing Exterminate. They cannot be built normally, and their level is always equal to the total amount of other housing buildings (Huts, Mansions, Gateways, etc.) built.

New Jobs:

  • Meteorologists are unlocked at cell 20 of zone 30. They increase Radon gained from all sources (and can eventually boost food/metal gain & trimp Health with enough Antennas) but only come into effect 1 zone after they're hired. Can be boosted with Antennas.
  • Worshippers may be hired starting at zone 50. They have a chance to grant bonus Scruffy experience per world cell cleared, but you lose 2 of them at the end of each new zone. Their cost is based on the total amount of food gained in the previous 4 zones.

There are also new Challenges, new Perks from said challenges, new Achievements exclusive to this Universe, and new Unique maps awarding special loot.

Removed Mechanics[]

Block is gone, as noted above, along with all of its supporting mechanics: Gyms, Trainers, TrainTacular, Gymystics, The Block and Shieldblock. Shields always give health. Radiant and higher heirlooms never have Trimp Block or Trainer Efficiency modifiers.

There are also no Nurseries, Geneticists, Magmamancers or Amalgamators.

Wormholes, Warpstations and Gigastations are also gone.

All of the Unique Maps from U1 are gone, but many of them have new, similar replacements. (There is no replacement for Bionic Wonderland, though, and BW-raiding is not possible.)

All zones have regular Speedbooks (+25%), not Megabooks (+50%/60%).

There is no Coordinated perk. Population will eventually become a limiting factor for buying Coordinations (typically well past zone 100).

All anomalies from U1 like Broken Planet, Corruption and the like do not exist in U2, but a brand-new anomaly called the Mutated Zones can be found starting at z201.

Robotrimp’s MagnetoShriek ability is disabled (but the passive damage bonus is shared in both Universes).

Enemy Health and Damage[]

Enemy health and damage start out higher in U2, and the exponential increases across zones are also larger.

As with the Helium Universe, the increase across zones starts out high, decreases as you approach zone 60, then jumps up again, starts decreasing more slowly, and jumps once more at zone 300.

Ignoring the imp type, the formula for enemy attack in a U2 world zone is:

a = 750 * sqrt(w) * 3.27^(w/2) - 10
if w < 60: b = ((a * 0.375) + (a * 0.7 * cell/100)) * 0.85
if w >= 60: b = ((a * 0.4) + (a * 0.9 * cell/100)) * 1.15^(w-59)
attack = b * 1.5^max(40,w)
if w > 40: multiply attack by 1.4^max(20,w-40)
if w > 60: multiply attack by 1.32^(w-60)
if w > 300: multiply attack by 1.15^(w-300)
minattack = attack * 0.5
maxattack = attack * 1.5

And enemy health:

a = 10^7 * sqrt(w) * 3.265^(w/2) - 110
if w < 60: b = ((a * 0.4) + (a * 0.4 * cell/110)) * 0.75
if w >= 60: b = ((a * 0.5) + (a * 0.8 * cell/100)) * 1.1^(w-59)
health = b * 1.4^max(60,w)
if w > 60: multiply health by 1.32^(w-60)
if w > 300: multiply health by 1.15^(w-300)

where w is the world zone number (w > 2) and cell is the world cell number. Here are some of the calculated ratios:

Zone Attack increase Health increase
5 3.034x 2.828x
6 2.972x 2.771x
10 2.859x 2.67x
20 2.783x 2.595x
30 2.759x 2.573x
40 2.747x 2.562x
50 2.557x 2.555x
60 4.177x 6.370x
61 2.768x 2.645x
62 2.767x 2.645x
70 2.765x 2.643x
80 2.762x 2.640x
100 2.759x 2.637x
150 2.754x 2.632x
200 2.752x 2.630x
250 2.751x 2.629x
300 2.750x 2.628x
301 3.162x 3.022x
350 3.161x 3.022x

Ignoring the first few zones and the zones right around 60, you can use the ratios here to produce reasonable estimates of enemy strength.

History[]

Enemy attack and health scaling increases by an additional 15% for each zone above 300. This change was added in version 5.9.

Advertisement