From f102f79baeea87cb663c9be5e36d022a6aafa3d6 Mon Sep 17 00:00:00 2001 From: Tom Bertrand Date: Thu, 18 Jan 2024 12:48:53 -0500 Subject: [PATCH] update guide comment queke --- public/nanobrowserquest/aura-arcane.png | Bin 0 -> 440 bytes .../aura-health-regenerate.png | Bin 0 -> 292 bytes server/server.js | 54 +++++----- src/pages/NanoBrowserQuest/Guide/guide.md | 102 +++++++++--------- 4 files changed, 79 insertions(+), 77 deletions(-) create mode 100644 public/nanobrowserquest/aura-arcane.png create mode 100644 public/nanobrowserquest/aura-health-regenerate.png diff --git a/public/nanobrowserquest/aura-arcane.png b/public/nanobrowserquest/aura-arcane.png new file mode 100644 index 0000000000000000000000000000000000000000..b47f1f8486b18eb7fcedf4b5b99b8007de1aa539 GIT binary patch literal 440 zcmV;p0Z0CcP)00001b5ch_0olnc ze*gdg32;bRa{vGf6951U69E94oEQKA0bNN%K~#90?U>yS!ypWVJ8CEDNFApW^r=#l z3RRXY%Lg_X^2bSeNHExhPY22EHZ`@iUiZ(sbq!NH*YbR;kR*6Y0HMB97f}L$L%@L{ zfHaWkUiP25n9|})PzVm~xpqYYWN||T_0(XIdmxCc@I<)~jq!afYq~6bBuLyDTkEmp z^R}N#eDURFg(eChp0jmctof>w$2{zK>&Fn8sTKF9F{H13s?s3ugHL-zDIhB9Ob()5S5QV$RV% zLoQ}R9+q&0nA1!DO3BJpb`~Ao>$diH_Mg*hiaDRK3+hY~uMBfw-SBw%zGDw3e4JTs z_;r2ZCjT{+(*qYheOW4*5prRUQOdN{>B=e@T8hX1K8W%V3wO#{C_Z7?$N2|YU-2eM z?D9=(t1^A_YK7{QLpeWFmTk3(ar2hxf4%las#GkCiCxvX { 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/pages/NanoBrowserQuest/Guide/guide.md b/src/pages/NanoBrowserQuest/Guide/guide.md index 51536077..b0498248 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 @@ -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 @@ -792,12 +794,12 @@ let hp = baseHP(80) + 6 * playerLevel; | 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 | -# Discord +# Contribute -To engage with other players, report any problems, list your items for trade or check the release notes, you can join the Discord server. +[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. -[Join Discord](https://discord.gg/GerkX8BfYy) +# Discord + +To engage with other players, report any problems, list your items for trade or check the release notes, you can join [Join the Discord Server](https://discord.gg/GerkX8BfYy). -``` -```