Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0009738Dwarf FortressDwarf Mode -- Jobs, Equipmentpublic2016-05-10 18:122018-11-04 10:45
chaosvolt 
 
normalminoralways
newopen 
0.43.01 
 
0009738: Stone axes are unusable for woodcutting in Fortress Mode
Stone axes do not count as a valid woodcutting tool, in the event that dwarves get ahold of one.
Method 1 (the hard as hell way):
1. Retire a fortress.
2. Roll up an adventurer.
3. Make stone axes.
4. Bring them to the fortress and trade/give them away to the citizenry.
5. Unretire and attempt to equip more woodcutters than you have axes.

Method 2 (the easy way):
1. Add a reaction for making stone axes in Fortress Mode.
2. Make stone axes.
Equipment, Fortress Mode, woodcutting
Issue History
2016-05-10 18:12chaosvoltNew Issue
2016-05-10 18:22chaosvoltTag Attached: Equipment
2016-05-10 18:22chaosvoltTag Attached: Fortress Mode
2016-05-10 18:22chaosvoltTag Attached: woodcutting
2016-05-13 06:13chaosvoltNote Added: 0035155
2018-11-02 10:15SverNote Added: 0038913
2018-11-02 10:15SverNote Edited: 0038913bug_revision_view_page.php?bugnote_id=0038913#r15816
2018-11-02 10:18SverNote Edited: 0038913bug_revision_view_page.php?bugnote_id=0038913#r15817
2018-11-02 10:19SverNote Edited: 0038913bug_revision_view_page.php?bugnote_id=0038913#r15818
2018-11-04 10:45chaosvoltNote Added: 0038914

Notes
(0035155)
chaosvolt   
2016-05-13 06:13   
Admittedly, this is an exceedingly uncommon occurrence bar deliberate engineering by the player, and is more common if modding (i.e. if one alters stone axes to also represent generic woodcutting axes, and makes them usable as such).
(0038913)
Sver   
2018-11-02 10:15   
(edited on: 2018-11-02 10:19)
IIRC, the game checks the material's MAX_EDGE value to decide whether or not an axe is eligible for woodcutting: this is workaround for wooden training axes being capable of chopping trees in the past.

The material for sharpened rock does not use any rock in particular, so I assume it uses the template rock values, hence, it's not eligible for woodcutting.

EDIT: Nope, that's not that. Any edged weapon with the AXE skill can be used for woodcutting. However, the adventurer's stone axe is not a weapon - it's a tool, and tools have no use in Fortress Mode for now.

(0038914)
chaosvolt   
2018-11-04 10:45   
I was gonna say, it checks for attacks with edge last I checked, with the actual cause being that woodcutting excludes tools.

I'm tempted to drop a workaround into Adventurecraft making axes count as weapons rather than tools, but I don't want this to cause the civs I give them to to start carrying them into battle.