Side activities: Difference between revisions

From Discord Dungeons Wiki
Jump to navigation Jump to search
m (catergory added)
(info transfer)
Line 5: Line 5:
Certain activities require specific items, and certain activities are not considered skills and therefore no skill points will be obtained.
Certain activities require specific items, and certain activities are not considered skills and therefore no skill points will be obtained.


== Skills ==
  * [[Mine|Mining]]
=== Mining ===
  * [[Chop|Chopping]]
'''Main Article:''' [[Side activities/Mine]]
  * [[Fish|Fishing]]
*<nowiki>#!</nowiki>'''mine''' has a 300 seconds cooldown.
  * [[Forage|Foraging]]
 
  * [[Planting]]
Using the '''#!mine''' command allows the player to mine rocks, ores, and other minerals.
  * [[Trapping]]
 
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 [[:attributes:mineboost|Mine Boost]])
 
A list of items obtainable through mining can be found [[items:items_map#Mining|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 [[:attributes:scavenging|Scavenging]])
 
A list of items obtainable through foraging can be found [[items:items_map#Foraging|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 [[:attributes:lumberboost|Lumber Boost]])
 
A list of items obtainable through chopping can be found [[items:items_map#Chopping|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 {{ItemLink|Fishing Rod}} is required to fish.
 
A list of items obtainable through fishing can be found [[items:items_map#Fishing|here]]


==== Rewards ====
==== Rewards ====
Line 75: Line 27:
let skillXP = Common.rInt(minSkillXP, maxSkillXP);
let skillXP = Common.rInt(minSkillXP, maxSkillXP);
</pre></blockquote>
</pre></blockquote>
== 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 {{ItemLink|Bear Trap}}, {{ItemLink|Felix's Trap}} and {{ItemLink|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:
[[:attributes:salvaging|Salvaging]]
*Note: The trap will be used after setting and checking it regardless of time!
<code html>
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.
</code>
A list of items obtainable through trapping can be found [[items:items_map#trapping|here]].
=== Planting ===
----'''Main Article:''' [[Side activities#Planting|Side activities/Planting]]
'''Level Requirement: 10'''
'''Cooldown''': 10 Seconds
In certain locations you can <code>[[Commands:Buyfield|#!buyfield]]</code> to be able to <code>#!plant</code> different seeds to get whatever that seed yields.
You can only plant one seed in each Location.
Seed Types:
*{{ItemLink|Grape Seed}}
*{{ItemLink|Apple Seed}}
*{{ItemLink|Carrot Seed}}
*{{ItemLink|Cherry Seed}}
*{{ItemLink|Wheat Seed}}
*{{ItemLink|Olive Seed}}
*{{ItemLink|Sugar Beet Seed}}
*{{ItemLink|Magic sapling}}
They can all be found while you <code>[[Side activities#Foraging|#!forage]]</code> 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 [[Commands:Buyfield|here.]]
If the player is in possession of a seed, using the <code>#!plant set <seed name></code> command will plant a seed.
Using the <code>#!plant check</code> 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 [[:attributes:reaping|Reaping]] attributes.
A list of items obtainable through planting can be found [[items:items_map#planting|here]].


=== Cracking ===
=== Cracking ===
----'''Main Article:''' [[Side activities/Cracking]]


'''Level Requirement: 20'''
'''Level Requirement: 20'''

Revision as of 01:09, 9 October 2019

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.

 * Mining
 * Chopping
 * Fishing
 * Foraging
 * Planting
 * Trapping

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);

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.