Chop: Difference between revisions

From Discord Dungeons Wiki
Jump to navigation Jump to search
mNo edit summary
 
(info transfer)
 
Line 1: Line 1:
====== Chop ======
===Command===
----
----
<WRAP round alert 60%>
*'''<code>#!chop</code>''' has a 300 seconds cooldown.
This page is not longer in use and has been moved to [[:side_activities#chopping|Side Activities]].\\
Using the '''<code>#!chop</code>''' command allows the player to chop wood.
Please avoid further modification to this page.
</WRAP>
**#!chop** is a command used to chop wood to obtain logs. The amount of logs obtained are included by [[commands:stats:strength|strength]] and skill level.


Cooldown: 5 minutes
The amount of items you can chop is affected by your skill level, lumber boost attribute and Axe.


Command Format: ''#!chop''
The calculation for the number of items you can chop:


==== Code ====
1 + skillLevel + (1 per 25 points [[:attributes:lumberboost|Lumber Boost]]) + Axe Boost
<code javascript>
//Chopping amount variable\\
var amt = 1+skillLevel+Math.floor((str/25));
</code>


=== Output List ===
----A list of items you can obtain from chopping. Minerals obtained from <code>#!chop</code> are unbuyable.
{| class="wikitable sortable"
|-
! scope="col" |Item!! scope="col" |Skill Level!! scope="col" |Sell!! scope="col" |Location
|-
| scope="row" |[[File:Log|20x20px|link=https://wiki.discorddungeons.me/File:Log]] [[Log]]||1||30||Everywhere
|-
| scope="row" |[[Oak log]]||5||N/A||[[Silverkeep]]
|-
| scope="row" |[[Willow log]]||10||N/A||[[Copperfall]] and [[Rivermouth]]
|-
| scope="row" |[[Maple log]]||15||N/A||[[Copperfall]]
|-
| scope="row" |[[Fir log]]||20||N/A||[[Frostridge]]
|-
| scope="row" |[[Pine log]]||22||N/A||[[Frostridge]]
|-
| scope="row" |[[Ash log]]||25||N/A||[[Redhorn]]
|-
| scope="row" |[[Poplar log]]||30||N/A||[[Mournstead]]
|}
'''Other Side Activities'''
  * [[Mine|Mining]]
  * [[Chop|Chopping]]
  * [[Fish|Fishing]]
  * [[Forage|Foraging]]
  * [[Planting]]
  * [[Trapping]]


[[Category:commands]]
[[Category:commands]]

Latest revision as of 00:09, 9 October 2019

Command


  • #!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, lumber boost attribute and Axe.

The calculation for the number of items you can chop:

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

Output List


A list of items you can obtain from chopping. Minerals obtained from #!chop are unbuyable.

Item Skill Level Sell Location
Log Log 1 30 Everywhere
Oak Log 5 N/A Silverkeep
Willow Log 10 N/A Copperfall and Rivermouth
Maple Log 15 N/A Copperfall
Fir Log 20 N/A Frostridge
Pine Log 22 N/A Frostridge
Ash Log 25 N/A Redhorn
Poplar Log 30 N/A Mournstead

Other Side Activities

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