From cb864d1b62ebe3324d5a07387aa58df0281b33ed Mon Sep 17 00:00:00 2001 From: Tom Bertrand Date: Thu, 18 Jan 2024 11:43:07 -0500 Subject: [PATCH] add info to guide --- server/server.js | 54 +++--- src/api/contexts/MarketStatistics.tsx | 2 - src/pages/NanoBrowserQuest/Guide/guide.md | 190 +++++++++++----------- 3 files changed, 122 insertions(+), 124 deletions(-) diff --git a/server/server.js b/server/server.js index 89d7ca3c..bdff2a55 100644 --- a/server/server.js +++ b/server/server.js @@ -280,33 +280,33 @@ app.get("/api/participants", async (req, res) => { res.send(data); }); -app.get("/api/nanoquakejs/scores", async (req, res) => { - let json = {}; - try { - const res = await fetch("https://rainstorm.city/nanoquake/scores"); - json = await res.json(); - } catch (err) { - Sentry.captureException(err); - } - - res.send(json); -}); - -app.post("/api/nanoquakejs/register", async (req, res, next) => { - try { - const response = await fetch("https://rainstorm.city/nanoquake/register", { - method: "POST", - headers: { - "Content-Type": "application/json", - }, - body: JSON.stringify(req.body), - }); - const json = await response.json(); - res.send(json); - } catch (err) { - next(err); - } -}); +// app.get("/api/nanoquakejs/scores", async (req, res) => { +// let json = {}; +// try { +// const res = await fetch("https://rainstorm.city/nanoquake/scores"); +// json = await res.json(); +// } catch (err) { +// Sentry.captureException(err); +// } + +// res.send(json); +// }); + +// app.post("/api/nanoquakejs/register", async (req, res, next) => { +// try { +// const response = await fetch("https://rainstorm.city/nanoquake/register", { +// method: "POST", +// headers: { +// "Content-Type": "application/json", +// }, +// body: JSON.stringify(req.body), +// }); +// const json = await response.json(); +// res.send(json); +// } catch (err) { +// next(err); +// } +// }); app.get("/api/nanobrowserquest/players", async (req, res, next) => { try { diff --git a/src/api/contexts/MarketStatistics.tsx b/src/api/contexts/MarketStatistics.tsx index d9b95e29..47f6d8fe 100644 --- a/src/api/contexts/MarketStatistics.tsx +++ b/src/api/contexts/MarketStatistics.tsx @@ -130,8 +130,6 @@ const Provider: React.FC = ({ children }) => { const res = await fetch(`/api/market-statistics${query}`); const json = await res.json(); - console.log("~~~~/api/market-statisticsjson", json); - if (!json || json.error) { isError = true; } else { diff --git a/src/pages/NanoBrowserQuest/Guide/guide.md b/src/pages/NanoBrowserQuest/Guide/guide.md index 47535a46..34f4c2b7 100644 --- a/src/pages/NanoBrowserQuest/Guide/guide.md +++ b/src/pages/NanoBrowserQuest/Guide/guide.md @@ -34,6 +34,7 @@ 1. [Tips & Tricks](#tips---tricks) 1. [Player base stats per lvl](#player-base-stats-per-lvl) 1. [Bosses](#bosses) +1. [Contribute](#contribute) 1. [Discord](#discord) # Introduction @@ -204,7 +205,7 @@ Freeze enemy for x seconds making them unable to attack you Added experience % making the player level up faster **Magic Find** -Adds a % chance of getting non-potion drops +If a potion was to drop, the game regerate a random drop based on z giving you a higher chance of getting an item. **+% Extra gold from from enemies** Adds extra % from gold drops @@ -427,21 +428,21 @@ Pets can be bought for XNO from the Red Wizard in the village and so far do not | ![{"name": "Minotaur Hell Freeze", "level": 1, "itemClass": "high", "bonus": [1,4,7,18,19,30], "requirement": 36, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringminotaur.png) | Minotaur Hell Freeze | Minotaur, Blue Chest | Minotaur 5%, Blue Chest 2.33% | | ![{"name": "Holy Cow King Talisman", "level": 1, "itemClass": "high", "bonus": [4,5,6,9,16, 29], "requirement": 34, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletcow.png) | Holy Cow King Talisman | Cow King | 5% | | ![{"name": "Frozen Heart", "level": 1, "itemClass": "high", "bonus": [2,3,5,10,18,19,20,30], "requirement": 34, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletfrozen.png) | Frozen Heart | Cow, Blue Chest | Cow 0.0083%, Blue Chest 2.33% | -| ![{"name": "Crescent", "level": 1, "itemClass": "legendary", "bonus": [0,3,9,14,18,21,22,18,34], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletmoon.png) | Crescent | ? | ? | -| ![{"name": "North Star", "level": 1, "itemClass": "legendary", "bonus": [2,4,5,9,10,15,34,32,34], "requirement": 61, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletstar.png) | North Star | ? | ? | -| ![{"name": "Fiend", "level": 1, "itemClass": "legendary", "bonus": [2,4,7,9,14,28,32], "requirement": 56, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletdemon.png) | Fiend | ? | ? | -| ![{"name": "White Death", "level": 1, "itemClass": "legendary", "bonus": [0,2,4,5,9,21,22,28,31,40], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletskull.png) | White Death | ? | ? | -| ![{"name": "Ring of Power", "level": 1, "itemClass": "legendary", "bonus": [0,3,5,15,24,25,30,31], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringbalrog.png) | Ring of Power | ? | ? | -| ![{"name": "Touch of Heaven Ring", "level": 1, "itemClass": "legendary", "bonus": [5,11,18,28,31,32], "requirement": 51, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringheaven.png) | Touch of Heaven Ring | ? | ? | -| ![{"name": "Conqueror Ring", "level": 1, "itemClass": "legendary", "bonus": [0,1,2,5,6,8,21,22,23], "requirement": 51, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringconqueror.png) | Conqueror Ring | ? | ? | -| ![{"name": "Oculus", "level": 1, "itemClass": "legendary", "bonus": [2,4,8,15,22,24,27,30], "requirement": 55, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringmystical.png) | Oculus | ? | ? | -| ![{"name": "Wizard Ring", "level": 1, "itemClass": "legendary", "bonus": [4,15,18,28,31,32,35], "requirement": 51, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringwizard.png) | Wizard Ring | ? | ? | -| ![{"name": "Dragon Eye", "level": 1, "itemClass": "legendary", "bonus": [0,1,6,8,9,22,23,28,37], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletdragon.png) | Dragon Eye | ? | ? | -| ![{"name": "Ring of Greed", "level": 1, "itemClass": "legendary", "bonus": [0,2,6,7,11,42], "requirement": 45, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringgreed.png) | Ring of Greed | ? | ? | -| ![{"name": "Amulet of Greed", "level": 1, "itemClass": "legendary", "bonus": [0,2,6,7,11,42], "requirement": 45, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletgreed.png) | Amulet of Greed | ? | ? | -| ![{"name": "Clownbase", "level": 1, "itemClass": "high", "defense": 20, "bonus": [3,6,32], "requirement": 42, "isUnique": true }](https://nanobrowserquest.com/img/3/item-helmclown.png) | Clownbase | ? | ? | -| ![{"name": "Goldwrap", "level": 1, "itemClass": "high", "defense": 20, "bonus": [3,6,42,11], "requirement": 42, "isUnique": true }](https://nanobrowserquest.com/img/3/item-beltgoldwrap.png) | Goldwrap | ? | ? | -| ![{"name": "All-Seeing Eye", "level": 1, "itemClass": "legendary", "bonus": [2,5,8,30,32,35,41], "requirement": 59, "isUnique": true}](https://nanobrowserquest.com/img/3/item-amuleteye.png) | All-Seeing Eye | ? | ? | +| ![{"name": "Crescent", "level": 1, "itemClass": "legendary", "bonus": [0,3,9,14,18,21,22,18,34], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletmoon.png) | Crescent | Spider Queen and above | 1/15_000 | +| ![{"name": "North Star", "level": 1, "itemClass": "legendary", "bonus": [2,4,5,9,10,15,34,32,34], "requirement": 61, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletstar.png) | North Star | Spider Queen and above | 1/15_000 | +| ![{"name": "Fiend", "level": 1, "itemClass": "legendary", "bonus": [2,4,7,9,14,28,32], "requirement": 56, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletdemon.png) | Fiend | Gateway level | red chest / soulstone | +| ![{"name": "White Death", "level": 1, "itemClass": "legendary", "bonus": [0,2,4,5,9,21,22,28,31,40], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletskull.png) | White Death | Spider Queen and above | 1/15_000 | +| ![{"name": "Ring of Power", "level": 1, "itemClass": "legendary", "bonus": [0,3,5,15,24,25,30,31], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringbalrog.png) | Ring of Power | Spider Queen and above | 1/15_000 | +| ![{"name": "Touch of Heaven Ring", "level": 1, "itemClass": "legendary", "bonus": [5,11,18,28,31,32], "requirement": 51, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringheaven.png) | Touch of Heaven Ring | Spider Queen and above | 1/15_000 | +| ![{"name": "Conqueror Ring", "level": 1, "itemClass": "legendary", "bonus": [0,1,2,5,6,8,21,22,23], "requirement": 51, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringconqueror.png) | Conqueror Ring | Spider Queen and above | 1/15_000 | +| ![{"name": "Oculus", "level": 1, "itemClass": "legendary", "bonus": [2,4,8,15,22,24,27,30], "requirement": 55, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringmystical.png) | Oculus | mobs inside temple | 1/800 | +| ![{"name": "Wizard Ring", "level": 1, "itemClass": "legendary", "bonus": [4,15,18,28,31,32,35], "requirement": 51, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringwizard.png) | Wizard Ring | Spider Queen and above | 1/15_000 | +| ![{"name": "Dragon Eye", "level": 1, "itemClass": "legendary", "bonus": [0,1,6,8,9,22,23,28,37], "requirement": 59, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletdragon.png) | Dragon Eye | Spider Queen and above | 1/15_000 | +| ![{"name": "Ring of Greed", "level": 1, "itemClass": "legendary", "bonus": [0,2,6,7,11,42], "requirement": 45, "isUnique": true }](https://nanobrowserquest.com/img/3/item-ringgreed.png) | Ring of Greed | Oculothorax and above | 1/15_000 | +| ![{"name": "Amulet of Greed", "level": 1, "itemClass": "legendary", "bonus": [0,2,6,7,11,42], "requirement": 45, "isUnique": true }](https://nanobrowserquest.com/img/3/item-amuletgreed.png) | Amulet of Greed | Oculothorax and above | 1/15_000 | +| ![{"name": "Clownbase", "level": 1, "itemClass": "high", "defense": 20, "bonus": [3,6,32], "requirement": 42, "isUnique": true }](https://nanobrowserquest.com/img/3/item-helmclown.png) | Clownbase | Ghost and above | 1/12_000 | +| ![{"name": "Goldwrap", "level": 1, "itemClass": "high", "defense": 20, "bonus": [3,6,42,11], "requirement": 42, "isUnique": true }](https://nanobrowserquest.com/img/3/item-beltgoldwrap.png) | Goldwrap | Ghost and above | 1/12_000 | +| ![{"name": "All-Seeing Eye", "level": 1, "itemClass": "legendary", "bonus": [2,5,8,30,32,35,41], "requirement": 59, "isUnique": true}](https://nanobrowserquest.com/img/3/item-amuleteye.png) | All-Seeing Eye | purple chest | ? | # Scrolls @@ -467,48 +468,47 @@ These items are used to upgrade the items found in NBQ. It is done by putting th # Various (Potions ie.) -| Item | Name | Description | -| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| ![{"name": "Health Potion", "description": "Restores health to player by 40 hp" }](https://nanobrowserquest.com/img/3/item-flask.png) | Health Potion | Restores health to player by 40 hp | -| ![{"name": "Burger", "description": "Restores health to player by 100 hp" }](https://nanobrowserquest.com/img/3/item-burger.png) | Burger | Restores health to player by 100 hp | -| ![{"name": "Nano Potion", "description": "Restores health to player by 200 hp" }](https://nanobrowserquest.com/img/3/item-nanopotion.png) | Nano / Banano Potion | Restores health to player by 200 hp | -| ![{"name": "Rejuvenation Potion", "description": "Restores health to player by 40 hp" }](https://nanobrowserquest.com/img/3/item-rejuvenationpotion.png) | Rejuvenation Potion | Restores 33% of the player health | -| ![{"name": "Firefox Potion", "description": "Restores health to player by 40 hp" }](https://nanobrowserquest.com/img/3/item-firefoxpotion.png) | Firefox Potion | Restore player health to 100% and grands the player temporary immortality | -| ![{"name": "Wirt's leg", "level": 1, "itemClass": "low", "damage": 2, "magicDamage": 1, "requirement": 1}](https://nanobrowserquest.com/img/3/item-wirtleg.png) | Wirt's Leg | A low-level weapon with a secret special ability. Opening the secret level with a unique Wirt's Leg guarantees a 100% drop rate of the Cow King's Horn item from the Cow King. | -| ![{"name": "Skeleton King's Thoracic Cage", "description": "The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter" }](https://nanobrowserquest.com/img/3/item-skeletonkingcage.png) | Skeleton King's Thoracic Cage | The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter properties | - -| ![{"name": "NFT", "description": "An exceptional Non-Fungible Token artifact, return it to Alkor to get a reward." }](https://nanobrowserquest.com/img/3/item-nft.png) | NFT | An exceptional Non-Fungible Token artifact, return it to Alkor to get a reward. | -| ![{"name": "Wing", "description": "The remnants of a dragon's wing., return it to Olaf to get a reward." }](https://nanobrowserquest.com/img/3/item-wing.png) | Wing | The remnants of a dragon's wing. | -| ![{"name": "Crystal", "description": "An ancient and powerful crystal., return it to Viktor to get a reward." }](https://nanobrowserquest.com/img/3/item-crystal.png) | Crystal | An ancient and powerful crystal. | -| ![{"name": "Skeleton King's Thoracic Cage", "description": "The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter" }](https://nanobrowserquest.com/img/3/item-skeletonkingcage.png) | Skeleton King's Thoracic Cage | The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter properties | -| ![{"name": "Necromancer's Heart", "description": "The heart of the Necromancer. An unknown magic is still being emitted from the remains. . Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter" }](https://nanobrowserquest.com/img/3/item-necromancerheart.png) | Necromancer's Heart | The heart of the Necromancer. An unknown magic is still being emitted from the remains. . Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter | -| ![{"name": "Cow King's horn", "description": "The horn of the Cow King. An unknown magic is still being emitted from the remains." }](https://nanobrowserquest.com/img/3/item-cowkinghorn.png) | Cow King's horn | Secret special properties, opens the Minotaur portal if the boss is spawned (drops 20% from Cow King,or 100% if a unique writ leg was used to open the portal) | -| ![{"name": "Blue Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestblue.png) | Blue Chest | Treasure chest awarded for killing the Minotaur if your lv. is below 56(spawns every 6-8 hours) | -| ![{"name": "Green Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestgreen.png) | Green Chest | Treasure chest awarded to players above level 56 for killing the Minotaur. Contains higher rewards compared to Blue Chest | -| ![{"name": "Red Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestred.png) | Red Chest | Treasure chest awarded for killing The Butcher. Contains the Demon set items and the most epic rewards the game has to offer | -| ![{"name": "Purple Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestpurple.png) | Purple Chest | Treasure chest awarded for killing Azrael the Death Angel. Contains the most epic rewards the game has to offer | -| ![{"name": "Socket Stone", "itemClass": "legendary", "description": "Creates a random number of sockets in a non-socketed item." }](https://nanobrowserquest.com/img/3/item-stonesocket.png) | Socket Stone | Can be used to create more sockets on items that have this possibility (Weapons, Armors, Helms and shields). Can also be used to remove items already put into sockets. This comes with a 50% chance of getting the socketed item back but no risk of burning the base item. Any number of sockets can be created. Chance is random, higher socket numbers being less likely. Once an item has 3 or more sockets (4 on unique items), the stones will no longer work. At this point the player will have to use a Transmute Scroll with 25% risk or Blessed Transmute with 1% risk of burning the item. | -| ![{"name": "Pickaxe", "description": "This tool is used for digging." }](https://nanobrowserquest.com/img/3/item-pickaxe.png) | Pickaxe | Drops from the Templar Skeletons. Has a secret purpose. | -| ![{"name": "Soul Stone", "description": "This mysterious gem holds the soul of a hundred warriors." }](https://nanobrowserquest.com/img/3/item-soulstone.png) | Soul Stone | Mysterious gem, drops from the Butcher goes to the player who used their quantum powder to open the gateway | -| ![{"name": "Gold", "description": "Used to trade with the merchant or other players" }](https://nanobrowserquest.com/img/3/item-gold-3.png) | Gold | Used to trade with the merchant or other players | -| ![{"name": "Poison Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powdergreen.png) | Poison Powder | A special kind of powder, dropped by poison rats | -| ![{"name": "Illusion Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powderblue.png) | Illusion Powder | A special kind of powder, dropped by Bonecrusader | -| ![{"name": "Soul Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powderblack.png) | Soul Powder | A special kind of powder, dropped by Boneshard | -| ![{"name": "Blood Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powderred.png) | Blood Powder | A special kind of powder, dropped by spiders | -| ![{"name": "BTC maxi Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powdergold.png) | BTC maxi Powder | A special kind of powder, dropped by Shai-Hulud | -| ![{"name": "Quantum Powder", "description": "The ultimate powder that powers the gateway" }](https://nanobrowserquest.com/img/3/item-powderquantum.png) | Quantum Powder | The ultimate powder that powers the gateway | -| ![{"name": "Golden Chalice", "description": "Return the Golden Chalice, a one-of-a-kind artifact, to its rightful place" }](https://nanobrowserquest.com/img/3/item-chalice.png) | Golden Chalice | Return the Golden Chalice, a one-of-a-kind artifact, to its rightful place. Dropped by spiders | -| ![{"name": "Bronze Bar", "description": "Common metal, worth 1000 Gold" }](https://nanobrowserquest.com/img/3/item-barbronze.png) | Bronze Bar | Common metal.(drop rate, 1/5000 from rats to Zombie mobs) | -| ![{"name": "Silver Bar", "description": "Rare metal, worth 10,000 Gold" }](https://nanobrowserquest.com/img/3/item-barsilver.png) | Silver Bar | Rare metal.(drop rate, 1/17,500 from frozen rats and above) | -| ![{"name": "Gold Bar", "description": "Precious metal, worth 100,000 Gold" }](https://nanobrowserquest.com/img/3/item-bargold.png) | Gold Bar | Precious metal.(drop rate, 1/200,000 from poison rats and above) | -| ![{"name": "Platinum Bar", "description": "Priceless metal, worth 1,000,000 Gold" }](https://nanobrowserquest.com/img/3/item-barplatinum.png) | Platinum Bar | Priceless metal. Doesn't drop from mobs, can only be purchased at merchant | -| ![{"name": "Dragon Stone", "description": "Blessed by the fire of the dragon, safely upgrade any item to +5" }](https://nanobrowserquest.com/img/3/item-stonedragon.png) | Dragoon Stone | (drop rate 1/25,000 from Oculothorax and above) | -| ![{"name": "Hero emblem", "description": "You've crushed your enemies, saw them driven before you, and heard the lamentation of their women. Safely upgrade any item to +6" }](https://nanobrowserquest.com/img/3/item-stonehero.png) | Hero Emblem | (drop rate 1/100,000 from Oculothorax and above) | -| ![{"name": "IOU", "description": "Written acknowledgment of a debt. Talk to Janet Yellen to exchange it for the gold amountspecifien on it." }](https://nanobrowserquest.com/img/3/item-iou.png) | IOU | (drop rate 1/1,00 from Deathknights and below, 1/3,000 from Zombies and below, 1/13,000 from Shadowveil Guardian and below) | +| Item | Name | Description | +| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| ![{"name": "Health Potion", "description": "Restores health to player by 40 hp" }](https://nanobrowserquest.com/img/3/item-flask.png) | Health Potion | Restores health to player by 40 hp | +| ![{"name": "Burger", "description": "Restores health to player by 100 hp" }](https://nanobrowserquest.com/img/3/item-burger.png) | Burger | Restores health to player by 100 hp | +| ![{"name": "Nano Potion", "description": "Restores health to player by 200 hp" }](https://nanobrowserquest.com/img/3/item-nanopotion.png) | Nano / Banano Potion | Restores health to player by 200 hp | +| ![{"name": "Rejuvenation Potion", "description": "Restores health to player by 40 hp" }](https://nanobrowserquest.com/img/3/item-rejuvenationpotion.png) | Rejuvenation Potion | Restores 33% of the player health | +| ![{"name": "Firefox Potion", "description": "Restores health to player by 40 hp" }](https://nanobrowserquest.com/img/3/item-firefoxpotion.png) | Firefox Potion | Restore player health to 100% and grands the player temporary immortality | +| ![{"name": "Wirt's leg", "level": 1, "itemClass": "low", "damage": 2, "magicDamage": 1, "requirement": 1}](https://nanobrowserquest.com/img/3/item-wirtleg.png) | Wirt's Leg | A low-level weapon with a secret special ability. Opening the secret level with a unique Wirt's Leg guarantees a 100% drop rate of the Cow King's Horn item from the Cow King. | +| ![{"name": "Skeleton King's Thoracic Cage", "description": "The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter" }](https://nanobrowserquest.com/img/3/item-skeletonkingcage.png) | Skeleton King's Thoracic Cage | The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter properties | +| ![{"name": "NFT", "description": "An exceptional Non-Fungible Token artifact, return it to Alkor to get a reward." }](https://nanobrowserquest.com/img/3/item-nft.png) | NFT | An exceptional Non-Fungible Token artifact, return it to Alkor to get a reward. | +| ![{"name": "Wing", "description": "The remnants of a dragon's wing., return it to Olaf to get a reward." }](https://nanobrowserquest.com/img/3/item-wing.png) | Wing | The remnants of a dragon's wing. | +| ![{"name": "Crystal", "description": "An ancient and powerful crystal., return it to Viktor to get a reward." }](https://nanobrowserquest.com/img/3/item-crystal.png) | Crystal | An ancient and powerful crystal. | +| ![{"name": "Skeleton King's Thoracic Cage", "description": "The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter" }](https://nanobrowserquest.com/img/3/item-skeletonkingcage.png) | Skeleton King's Thoracic Cage | The thoracic cage of the Skeleton King. An unknown magic is still being emitted from the remains. Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter properties | +| ![{"name": "Necromancer's Heart", "description": "The heart of the Necromancer. An unknown magic is still being emitted from the remains. . Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter" }](https://nanobrowserquest.com/img/3/item-necromancerheart.png) | Necromancer's Heart | The heart of the Necromancer. An unknown magic is still being emitted from the remains. . Combined with other ingredients at the anvil, it will open a secret area, lv.45 required to enter | +| ![{"name": "Cow King's horn", "description": "The horn of the Cow King. An unknown magic is still being emitted from the remains." }](https://nanobrowserquest.com/img/3/item-cowkinghorn.png) | Cow King's horn | Secret special properties, opens the Minotaur portal if the boss is spawned (drops 20% from Cow King,or 100% if a unique writ leg was used to open the portal) looting the horn goes to the player who opened the portal to prevent ninja looting. | +| ![{"name": "Blue Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestblue.png) | Blue Chest | Treasure chest awarded for killing the Minotaur if your lv. is below 56(The Minotaur spawns randomly every 6-8 hours) | +| ![{"name": "Green Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestgreen.png) | Green Chest | Treasure chest awarded to players above level 56 for killing the Minotaur. Contains higher rewards compared to Blue Chest | +| ![{"name": "Red Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestred.png) | Red Chest | Treasure chest awarded for killing The Butcher. Contains the Demon set items and the most epic rewards the game has to offer | +| ![{"name": "Purple Chest", "description": "The chest may contain a very precious item." }](https://nanobrowserquest.com/img/3/item-chestpurple.png) | Purple Chest | Treasure chest awarded for killing Azrael the Death Angel. Contains the most epic rewards the game has to offer | +| ![{"name": "Socket Stone", "itemClass": "legendary", "description": "Creates a random number of sockets in a non-socketed item." }](https://nanobrowserquest.com/img/3/item-stonesocket.png) | Socket Stone | Can be used to create more sockets on items that have this possibility (Weapons, Armors, Helms and shields). Can also be used to remove items already put into sockets. This comes with a 50% chance of getting the socketed item back but no risk of burning the base item. Any number of sockets can be created. Chance is random, higher socket numbers being less likely. Once an item has 3 or more sockets (4 on unique items), the stones will no longer work. At this point the player will have to use a Transmute Scroll with 25% risk or Blessed Transmute with 1% risk of burning the item. | +| ![{"name": "Pickaxe", "description": "This tool is used for digging." }](https://nanobrowserquest.com/img/3/item-pickaxe.png) | Pickaxe | Drops from the Templar Skeletons. Has a secret purpose. | +| ![{"name": "Soul Stone", "description": "This mysterious gem holds the soul of a hundred warriors." }](https://nanobrowserquest.com/img/3/item-soulstone.png) | Soul Stone | Mysterious gem, drops from the Butcher goes to the player who used their quantum powder to open the gateway | +| ![{"name": "Gold", "description": "Used to trade with the merchant or other players" }](https://nanobrowserquest.com/img/3/item-gold3.png) | Gold | Used to trade with the merchant or other players | +| ![{"name": "Poison Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powdergreen.png) | Poison Powder | A special kind of powder, dropped by poison rats | +| ![{"name": "Illusion Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powderblue.png) | Illusion Powder | A special kind of powder, dropped by Bonecrusader | +| ![{"name": "Soul Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powderblack.png) | Soul Powder | A special kind of powder, dropped by Boneshard | +| ![{"name": "Blood Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powderred.png) | Blood Powder | A special kind of powder, dropped by spiders | +| ![{"name": "BTC maxi Powder", "description": "A special kind of powder" }](https://nanobrowserquest.com/img/3/item-powdergold.png) | BTC maxi Powder | A special kind of powder, dropped by Shai-Hulud | +| ![{"name": "Quantum Powder", "description": "The ultimate powder that powers the gatewayand allow you to enter the Butcher Lair" }](https://nanobrowserquest.com/img/3/item-powderquantum.png) | Quantum Powder | The ultimate powder that powers the gateway | +| ![{"name": "Golden Chalice", "description": "Return the Golden Chalice, a one-of-a-kind artifact, to its rightful place" }](https://nanobrowserquest.com/img/3/item-chalice.png) | Golden Chalice | Return the Golden Chalice, a one-of-a-kind artifact, to its rightful place. Dropped by spiders | +| ![{"name": "Bronze Bar", "description": "Common metal, worth 1000 Gold" }](https://nanobrowserquest.com/img/3/item-barbronze.png) | Bronze Bar | Common metal.(drop rate, 1/5000 from rats to Zombie mobs) | +| ![{"name": "Silver Bar", "description": "Rare metal, worth 10,000 Gold" }](https://nanobrowserquest.com/img/3/item-barsilver.png) | Silver Bar | Rare metal.(drop rate, 1/17,500 from frozen rats and above) | +| ![{"name": "Gold Bar", "description": "Precious metal, worth 100,000 Gold" }](https://nanobrowserquest.com/img/3/item-bargold.png) | Gold Bar | Precious metal.(drop rate, 1/200,000 from poison rats and above) | +| ![{"name": "Platinum Bar", "description": "Priceless metal, worth 1,000,000 Gold" }](https://nanobrowserquest.com/img/3/item-barplatinum.png) | Platinum Bar | Priceless metal. Doesn't drop from mobs, can only be purchased at merchant | +| ![{"name": "Dragon Stone", "description": "Blessed by the fire of the dragon, safely upgrade any item to +5" }](https://nanobrowserquest.com/img/3/item-stonedragon.png) | Dragoon Stone | (drop rate 1/25,000 from Oculothorax and above) | +| ![{"name": "Hero emblem", "description": "You've crushed your enemies, saw them driven before you, and heard the lamentation of their women. Safely upgrade any item to +6" }](https://nanobrowserquest.com/img/3/item-stonehero.png) | Hero Emblem | (drop rate 1/100,000 from Oculothorax and above) | +| ![{"name": "IOU", "description": "Written acknowledgment of a debt. Talk to Janet Yellen to exchange it for the gold amountspecifien on it." }](https://nanobrowserquest.com/img/3/item-iou.png) | IOU | (drop rate 1/1,00 from Deathknights and below, 1/3,000 from Zombies and below, 1/13,000 from Shadowveil Guardian and below) | | -# Secret special quests +# Lost Temple Secret special quests NBQ has quite a lot of secrets and hidden areas, most of which are connected to various achievements. Hints of how to find some secrets can be found in crypts, engraved into tombs. The two most important ones are the Obelisk of Eternal Life and the Book of Azreal (Grimoir). @@ -521,12 +521,14 @@ NBQ has quite a lot of secrets and hidden areas, most of which are connected to Auras are special animations that are displayed around your player when you are using items that have special powers -| Aura | Name | Description | -| :-------------------------------------------------------------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------- | -| ![Aura - Drain life](/nanobrowserquest/aura-drainlife.gif) | Drain life (Necromancer Death Wish) | Deals extra damage and heals the player for that same amount on each hit | -| ![Aura - Thunderstorm](/nanobrowserquest/aura-thunderstorm.gif) | Lightning (Rai Stone / Holy Cow King Talisman) | Deals extra lightning damage and hurts the player or mob attacking the player for that same amount | -| ![Aura - High health](/nanobrowserquest/aura-highhealth.gif) | High hp bonus (Fountain of Youth) | Extra high amount of Health bonus | -| ![Aura - Freeze](/nanobrowserquest/aura-freeze.gif) | % chances of freeze (Minotaur Hell Freeze, Frozen Heart) | Chance to freeze enemies on hit | +| Aura | Name | Description | +| :------------------------------------------------------------------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------- | +| ![Aura - Drain life](/nanobrowserquest/aura-drainlife.gif) | Drain life (Necromancer Death Wish) | Deals extra damage and heals the player for that same amount on each hit | +| ![Aura - Thunderstorm](/nanobrowserquest/aura-thunderstorm.gif) | Lightning (Rai Stone / Holy Cow King Talisman) | Deals extra lightning damage and hurts the player or mob attacking the player for that same amount | +| ![Aura - High health](/nanobrowserquest/aura-highhealth.gif) | High hp bonus (Fountain of Youth) | Extra high amount of Health bonus | +| ![Aura - Freeze](/nanobrowserquest/aura-freeze.gif) | % chances of freeze (Minotaur Hell Freeze, Frozen Heart) | Chance to freeze enemies on hit | +| ![Aura - health regen](/nanobrowserquest/aura-health-regenerate.png) | Health Regenrate | appears if your stat is above 125 | +| ![Aura - arcane](/nanobrowserquest/aura-arcane.png) | Arcane | Not yet available | # Sets @@ -649,19 +651,19 @@ You can use Runewords to get extra bonusses by putting runes in socketed normal **Helms** -| NAME | RUNES | STAT BONUSES | -| ---------------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| Live to fight another day | :runesat::runedo::runevie: | +35 Health, +10 Defense, +15 health regeneration per second | -| Bull market wen? | :runebul::runebul: | +20 Health, +5 Attack, +10 Defense, +5 health regeneration per second | -| Mesh network | :runemir::runesat::runehex: | +20 Health, +15 Attack, +5 Defense, +15 Lightning damage | -| Global warming | :runemer::runemer::runeum: | +20 Health, +10 Defense, +25 Flame damage, +20% Flame damage, +25% Flame resistance | -| Crypto Winter | :runetor::runequa::runetor: | +20 Health, +25 Cold damage, +20% Cold damage, +25% Cold resistance, +15% Freeze the enemy for # seconds, -10% Chance of being frozen | -| Halving | :runedur::runekul::runemer: | +40 Health, +15 Attack, +25 Flame damage, +15% Flame damage, +25% Flame resistance, +15% All resistances | -| Censorship-Resistant | :runeber::runejah::runeber: | +40 Health, -15% Enemy lower resistances, 30% Faster cast rate, +25% All resistances | -| Shocking price is undervalued | :runedur::runexno::runekul: | +25 Health, +12 Absorbed damage, +10 Lightning damage, +10% Attack speed, +15% Lightning damage | -| Regulation is coming | :runeshi::runexno::runegul: | +10 Defense, +10 Attack, +20 Poison damage, +15% Poison damage, +10% Attack speed, +10% All resistances, +15 health regeneration per second | -| Ledger Bloat | :runexno::runexno::runefal: | +10 Defense, +45 Health, +25 Magic damage, +15% Magic damage, +20% Magic resistance, +15% Magic find, +15% Attack speed | -| OMG!😭 Can't believe I won !ÏThank you Walton team ! | :runejah::runeshi::runevod: | +45 Health, +10 Attack, +10 Absorbed damage, +15% Magic find, 15% Faster cast rate, +10% All resistances, +15 health regeneration per second, +20% Prevent enemy health regeneration | +| NAME | RUNES | STAT BONUSES | +| --------------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Live to fight another day | :runesat::runedo::runevie: | +35 Health, +10 Defense, +15 health regeneration per second | +| Bull market wen? | :runebul::runebul: | +20 Health, +5 Attack, +10 Defense, +5 health regeneration per second | +| Mesh network | :runemir::runesat::runehex: | +20 Health, +15 Attack, +5 Defense, +15 Lightning damage | +| Global warming | :runemer::runemer::runeum: | +20 Health, +10 Defense, +25 Flame damage, +20% Flame damage, +25% Flame resistance | +| Crypto Winter | :runetor::runequa::runetor: | +20 Health, +25 Cold damage, +20% Cold damage, +25% Cold resistance, +15% Freeze the enemy for # seconds, -10% Chance of being frozen | +| Halving | :runedur::runekul::runemer: | +40 Health, +15 Attack, +25 Flame damage, +15% Flame damage, +25% Flame resistance, +15% All resistances | +| Censorship-Resistant | :runeber::runejah::runeber: | +40 Health, -15% Enemy lower resistances, 30% Faster cast rate, +25% All resistances | +| Shocking price is undervalued | :runedur::runexno::runekul: | +25 Health, +12 Absorbed damage, +10 Lightning damage, +10% Attack speed, +15% Lightning damage | +| Regulation is coming | :runeshi::runexno::runegul: | +10 Defense, +10 Attack, +20 Poison damage, +15% Poison damage, +10% Attack speed, +10% All resistances, +15 health regeneration per second | +| Ledger Bloat | :runexno::runexno::runefal: | +10 Defense, +45 Health, +25 Magic damage, +15% Magic damage, +20% Magic resistance, +15% Magic find, +15% Attack speed | +| OMG!😭 Can't believe I won !Thank you Walton team ! | :runejah::runeshi::runevod: | +45 Health, +10 Attack, +10 Absorbed damage, +15% Magic find, 15% Faster cast rate, +10% All resistances, +15 health regeneration per second, +20% Prevent enemy health regeneration | # Skull Jewels @@ -777,27 +779,25 @@ let hp = baseHP(80) + 6 * playerLevel; # Bosses -| Name | Description | Description | Drops | -| :---------------------- | :--------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -| keleton King | ![Skeleton King](https://cdn.discordapp.com/emojis/976432201887531058.webp?size=100&quality=lossless) | First Boss of the game, awards a Nano faucet payout for completing achievements(the more you complete before killing the boss the higher your payout),After this boss is killed, The Freezing Lands waypoints will unlock to continue your adventure, lv.16 required to enter its lair | Golden set & Skeleton King's Thoracic Cage | -| Skeleton Commander | ![Skeleton CommanderÏ](https://cdn.discordapp.com/emojis/1174371184855498802.webp?size=100&quality=lossless) | Freezing Lands Cemetery Boss | Chest that requires the skeleton key to be opened and containing the Sapphire sword | -| Necromancer | ![Necromancer](https://cdn.discordapp.com/emojis/976842075679113226.webp?size=100&quality=lossless) | Freezing Lands Boss, lv.43 required to enter its lair | 1% Necromancer Death Wish ring | -| Cow King | ![CowKing](https://cdn.discordapp.com/emojis/1157364026565722283.webp?size=100&quality=lossless) | Secret Area Boss, lv.45 required to enter the portal | Diamond set, 5% Holy Cow Talisman | -| Minotaur | ![Minotaur](https://cdn.discordapp.com/emojis/1157364041895903273.webp?size=100&quality=lossless) | Secret Area Boss, lv.50 required to enter the portal can be opened using the cow king horn,The Minotaur randomly spawns every 6-8 hours or has a 20% chance of spawning if the cow level gets fully cleared. item | Minotaur set items,blue chest if player lv is below 56 else green chest if lv56 and above, 5% minotaur ring | -| Arachneia | ![Arachneia](https://cdn.discordapp.com/emojis/1157668012699156500.webp?size=100&quality=lossless) | First Lost Temple boss her crypt will open once all 6 magic stones are activated | random Spiders in the crypt drops the Chalice and Blood powder | -| Magic Skeleton templar | ![Magic Skeleton templar](https://cdn.discordapp.com/emojis/1176884835571208252.webp?size=100&quality=lossless) | Crypt boss at red snakes, holds the Illusion Powder | rIllusion Powder | -| Poison Skeleton templar | ![Poison Skeleton templar](https://cdn.discordapp.com/emojis/1176883414419386448.webp?size=100&quality=lossless) | Crypt boss at red snakes, holds the Soul powder | Soul powder | -| Zul'Gurak | ![ZulGurak](https://cdn.discordapp.com/emojis/1163287656218771507.webp?size=100&quality=lossless) | Powerful wizard that protects the Lost temple entrance | 1% wizard ring,1% mystical ring | -| Shai-Hulud | ![Shai-Hulud](https://cdn.discordapp.com/emojis/1157667989513052250.webp?size=100&quality=lossless) | Powerful physical damage Worm that protects Azrael lv.67 required to enter the temple | gold powder | -| Azrael | ![Azrael](https://cdn.discordapp.com/emojis/1156685409233944726.webp?size=100&quality=lossless) | Lost temple final boss requires lv.69 to enter the final room | 1% bad omen ring, purple chest, 2% mystical ring,mystical set items | -| Gorefiend the Butcher | ![Gorefiend](https://cdn.discordapp.com/emojis/1156685096888303748.webp?size=100&quality=lossless) | Boss accessible when using the quantum powder lv.68 required to enter the gateway portal | soulstone, red chest,demon set items | +| Name | Description | Description | Drops | +| :---------------------- | :--------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | +| keleton King | ![Skeleton King](https://cdn.discordapp.com/emojis/976432201887531058.webp?size=100&quality=lossless) | First Boss of the game, awards a Nano faucet payout for completing achievements(the more you complete before killing the boss the higher your payout),After this boss is killed, The Freezing Lands waypoints will unlock to continue your adventure, lv.16 required to enter its lair | Golden set & Skeleton King's Thoracic Cage | +| Skeleton Commander | ![Skeleton Commander](https://cdn.discordapp.com/emojis/1174371184855498802.webp?size=100&quality=lossless) | Freezing Lands Cemetery Boss | The Chest that he drops requires the skeleton key to be found to be opened and contains the Sapphire sword | +| Necromancer | ![Necromancer](https://cdn.discordapp.com/emojis/976842075679113226.webp?size=100&quality=lossless) | Freezing Lands Boss, lv.43 required to enter its lair | 1% Necromancer Death Wish ring | +| Cow King | ![CowKing](https://cdn.discordapp.com/emojis/1157364026565722283.webp?size=100&quality=lossless) | Secret Area Boss, lv.45 required to enter the portal | Diamond set, 5% Holy Cow Talisman | +| Minotaur | ![Minotaur](https://cdn.discordapp.com/emojis/1157364041895903273.webp?size=100&quality=lossless) | Secret Area Boss, lv.50 required to enter the portal can be opened using the cow king horn,The Minotaur randomly spawns every 6-8 hours or has a 20% chance of spawning if the cow level gets fully cleared. item | Minotaur set items,blue chest if player lv is below 56 else green chest if lv56 and above, 5% minotaur ring | +| Arachneia | ![Arachneia](https://cdn.discordapp.com/emojis/1157668012699156500.webp?size=100&quality=lossless) | First Lost Temple boss her crypt will open once all 6 magic stones are activated | random Spiders in the crypt drops the Chalice and Blood powder | +| Magic Skeleton templar | ![Magic Skeleton templar](https://cdn.discordapp.com/emojis/1176884835571208252.webp?size=100&quality=lossless) | Crypt boss at red snakes, holds the Illusion Powder | rIllusion Powder | +| Poison Skeleton templar | ![Poison Skeleton templar](https://cdn.discordapp.com/emojis/1176883414419386448.webp?size=100&quality=lossless) | Crypt boss at red snakes, holds the Soul powder | Soul powder | +| Zul'Gurak | ![ZulGurak](https://cdn.discordapp.com/emojis/1163287656218771507.webp?size=100&quality=lossless) | Powerful wizard that protects the Lost temple entrance | 1% wizard ring,1% mystical ring | +| Shai-Hulud | ![Shai-Hulud](https://cdn.discordapp.com/emojis/1157667989513052250.webp?size=100&quality=lossless) | Powerful physical damage Worm that protects Azrael lv.67 required to enter the temple | gold powder | +| Azrael | ![Azrael](https://cdn.discordapp.com/emojis/1156685409233944726.webp?size=100&quality=lossless) | Lost temple final boss requires lv.69 to enter the final room | 1% bad omen ring, purple chest, 2% mystical ring,mystical set items | +| Gorefiend the Butcher | ![Gorefiend](https://cdn.discordapp.com/emojis/1156685096888303748.webp?size=100&quality=lossless) | Boss accessible when using the quantum powder lv.68 required to enter the gateway portal | soulstone, red chest,demon set items | + +# Contribute + +[Contribute to the guide](https://github.com/running-coder/nanolooker/blob/master/src/pages/NanoBrowserQuest/Guide/guide.md) Make sure your markdown synthax is valid before opening a PR else it will be rejected. # Discord -To engage with other players, report any problems, list your items for trade or check the release notes, you can join the Discord server. - -[Join Discord](https://discord.gg/GerkX8BfYy) - -``` - -``` +To engage with other players, report any problems, list your items for trade or check the release notes, you can join [Join the Discord ](https://discord.gg/GerkX8BfYy).