Golem Overlord Wiki
Golem Overlord Wiki
Advertisement

What is the Relic Radar?[]

The Relic Radar is a new player stat coming soon to Golem Overlord that will offer the power to discover NFTs!

The Relic Radar was announced in the latest release of the road map on the official blog post.

How it Works[]

This is copied from the official blog post. Here's how it functions:

  • Hourly Potential: Every hour, this skill evaluates your chance to secure an NFT from a designated pool. Think of it as an hourly treasure hunt right within the game!
  • Skill & Strength Synergy: The proficiency of your Relic Radar, combined with the overall might of your account, not only increases the odds of discovering an NFT but also boosts the likelihood of uncovering higher rarity treasures.
  • Claim with Care: Located a valuable NFT? Great! However, it won't instantly be yours. To claim these discovered treasures, you'll be required to pay a shard fee. This system adds an element of strategy and decision-making, ensuring you weigh the worth of every discovered item.

Buffs[]

The player panel already shows two buffs that will be incorporated into the Relic Radar skill.

NFT Quantity Buff[]

The NFT Quantity buff is determined by your power, fortification, golem charging station, faith, and modules.

Player-panel-buff-NFT-quantity

Calculations for NFT Quantity Buff[]

These are the calculations for the NFT Quantity buff as posted by the developer on this discord message.

  def get_quantity

    ((luck_level_full_calc + power_level_full_calc + fortification_level_full_calc + (charging_station_level_full_calc * 10)) / 10 + 100).to_i

  end

NFT Rarity Buff[]

The NFT Rarity buff is determined by your prestige and modules.

Player-panel-buff-NFT-quality

Calculations for NFT Rarity Buff[]

These are the calculations for the NFT Rarity buff as posted by the developer on this discord message.

  def self.get_prestige_rarity(prestige)

    ret_val = 0

    (0..prestige).each do |p|

      ret_val += p > 5 ? (p > 10 ? (p > 15 ? p * 3 : p * 2) : p * 1.5) : p

    end

    return ret_val.to_i

  end

Release Date[]

The release date for the Relic Radar is unknown.

Advertisement