Side activities

From Discord Dungeons Wiki
Revision as of 02:45, 3 August 2019 by Alsatian (talk | contribs) (cleaned up a bit)
Jump to navigation Jump to search

In Discord Dungeons, there are other activities besides adventuring.

Some activities reward the players with XP and skill points, increasing their level and skill levels.

Certain activities require specific items, and certain activities are not considered skills and therefore no skill points will be obtained.

Skills

Mining

Main Article: Side activities/Mine

  • #!mine has a 300 seconds cooldown.

Using the #!mine command allows the player to mine rocks, ores, and other minerals.

The amount of items you can mine is affected by your skill level.

The calculation for the amount of items you can mine:

1 + skillLevel + (1 per 40 points Mine Boost)

A list of items obtainable through mining can be found here.

Foraging

Main Article: Side activities/Forage

  • #!forage has a 300 seconds cooldown.

Using the #!forage command allows the player to forage the woods.

The amount of items you can forage is affected by your skill level.

The calculation for the amount of items you can forage:

1 + skillLevel + (1 per 65 points Scavenging)

A list of items obtainable through foraging can be found here.

Chopping

Main Article: Side activities/Chop

  • #!chop has a 300 seconds cooldown.

Using the #!chop command allows the player to chop wood.

The amount of items you can chop is affected by your skill level as well as your strength stat.

The calculation for the number of items you can chop:

1 + skillLevel + (1 per 25 points Lumber Boost)

A list of items obtainable through chopping can be found here.

Fishing

Main Article: Side activities/Fish

Level Requirement: 5

  • #!fish has a 300 seconds cooldown.

Using the #!fish command allows the player to fish fishes.

A Fishing Rod Fishing Rod is required to fish.

A list of items obtainable through fishing can be found here

Rewards

User also gets rewards besides the items gained from respective side activities.
The rewards are XP and skill XP.
The XP and skill XP gained are calculated as below:

let minXP = Math.round(Math.sqrt((Math.sqrt(level)*0.25)*Common.rInt(5, 10) / 2));
let maxXP = Math.round(Math.sqrt((Math.sqrt(level)*0.25)*Common.rInt(10, 15) / 2));

let minSkillXP = Math.round(Math.sqrt((Math.sqrt(skillLevel)*0.25)*Common.rInt(5, 10) / 2));
let maxSkillXP = Math.round(Math.sqrt((Math.sqrt(skillLevel)*0.25)*Common.rInt(10, 15) / 2));

let xp = Common.rInt(minXP, maxXP);
let skillXP = Common.rInt(minSkillXP, maxSkillXP);

Other

Trapping


Main Article: Side activities/Trap

Level Requirement: 12

Cooldown: 10 Seconds

To set a trap, you need a trap first.

Currently, there is three traps, the Bear Trap Traps, Felix's Trap Felix's Trap and Nova Starlight Absorber Nova Starlight Absorber.

Traps can be crafted with the #!craft <trap> command.

If the player is in possession of a trap, using the #!trap set <trap> command will set a trap. Only one trap can be set at a time. Using the #!trap check command will check the trap and collect items from the trap's loot table.

The number of items received can be affected by the attribute: Salvaging

  • Note: The trap will be used after setting and checking it regardless of time!

Traps now have their own [trap] type. They also have a minimum usage level and a loot table. In the loot table, it is described what items are gotten from checking the trap. It still works the same with certain items needing at least a certain amount of time to get it. In the loot table, there is also a minimum and a maximum amount of items gotten from that item.

A list of items obtainable through trapping can be found here.

Planting


Main Article: Side activities

Level Requirement: 10

Cooldown: 10 Seconds

In certain locations you can #!buyfield to be able to #!plant different seeds to get whatever that seed yields.

You can only plant one seed in each Location.

Seed Types:

They can all be found while you #!forage with the exception of the magic sapling.

Field Locations:

  • Silverkeep
  • Rivermouth
  • Copperfall
  • Ravengate (members only)
  • Redhorn
  • Lemontree Plaza

For further information about plant fields, click here.

If the player is in possession of a seed, using the #!plant set <seed name> command will plant a seed.

Using the #!plant check command will check the seed. The seed will be used after checking it regardless of time.

The number of items received can be affected by the Reaping attributes.

A list of items obtainable through planting can be found here.

Cracking


Main Article: Side activities/Cracking

Level Requirement: 20

Cooldown: 10 Seconds

You can crack Geode Geode open with the #!crack [amount] command.

A list of items obtainable through cracking can be found here.

Searching


Cooldown: 600 Seconds

You can search your surroundings in the location you are at using #!search

This command is primarily used in quests.