Unity
|
Unity is a passive item.
Contents
Effects[edit | edit source]
- Increases damage based on the other guns the player has.
- 2% of the total damage of the player's non-equipped guns is added as flat damage to the player's currently equipped gun.
Synergies[edit | edit source]
Captain Plant It - If the player has Portable Turret, Portable Turret gains Unity's damage bonus.
Garbage Collecting - If the player has Trashcannon, hitting an enemy with it causes it and its bullets to briefly freeze.
what engine do you use - If the player has Gungine, it fires a spread of three bullets per shot, but fires at 1/5th of its original rate of fire.
Notes[edit | edit source]
- Guns that have infinite ammo, including starter guns, are included in Unity's effects.
- Unity's effect makes the item especially effective with shotgun-type weapons, as the flat damage bonus is added to each bullet of each spread, effectively multiplying its damage bonus.
Trivia[edit | edit source]
- "Our Powers Combined" and the ring design is a reference to Captain Planet. The
Captain Plant It synergy also suggests this.
- Enter the Gungeon is built on the Unity game engine, hence its synergy with the Gungine.
- The
what engine do you use synergy is a reference to players often asking game programmers what engine they use, and associating the answer with positives or negatives of other games that use the engine.
- The
- Garbage Collecting is a reference to programming languages or development environments freeing up memory no longer needed by an application. This is why the synergy causes a freezing effect: when garbage collection begins on an application they might initiate the dreaded "Stop-the-World" event, which freezes the entire application during garbage collection.