Skip to content

Commit

Permalink
Add new item descriptions for DF 43.01
Browse files Browse the repository at this point in the history
  • Loading branch information
PeridexisErrant committed May 10, 2016
1 parent c1e44c1 commit c7bdd60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/item-descriptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,12 @@ descriptions = {
ITEM_TOOL_FORK_CARVING = {
"A carving fork typically has only two prongs and is exceptionally long.",
"It is used to hold down a piece of cooked meat while using a knife."},
ITEM_TOOL_HELVE = {
"A helve is the handle of a tool such as an axe.",
"It is not useful in this state - but adding a rock makes a stone axe,",
"which can be used for woodcutting in Adventure mode."},
ITEM_TOOL_HIVE = {
" Hives are structures that house colonies of honey bees. To be",
"Hives are structures that house colonies of honey bees. To be",
"productive, they need to be constructed on an above-ground tile with",
"an accessible honey bee colony somewhere on the map. Some time after",
"bees are 'installed' by a beekeeper, the hive will be ready to harvest",
Expand Down Expand Up @@ -417,6 +421,9 @@ descriptions = {
ITEM_TOOL_STEPLADDER = {
"A small stepladder. If you have one of these, you can use zones to",
"assign your dwarves to pick fruit from certain trees."},
ITEM_TOOL_STONE_AXE = {
"This tool can be made in Adventure mode, and is used to cut",
"trees for building or carpentry."},
ITEM_TOOL_WHEELBARROW = {
"A small hand-cart with long handles and a single wheel, this",
"wheelbarrow makes heavy hauling jobs much more manageable."},
Expand Down

0 comments on commit c7bdd60

Please sign in to comment.