It is not?Old Crow said:If the machete and hunting knife can be both, why not the axe?
There should be two modsI already use the Iron Axe all game. It's way faster than the stupid steel monstrosity and well... it's an axe, lol. A well-aimed power attack with it can still decapitate normal zeds, and what more do ya need?
I do wish the fire axe mod was a universal damage upgrade for the Iron Axe and not just for smashing wood blocks faster at the expense of damage.
There should be two mods
Fireaxe mod makes blocks take more damage
Battle axe mod, does more dismembing damage and just more damage but does less to blocks an much less harvesting. This is effected by heavy weapons
Old Crow said:As the topic says. If the machete and hunting knife can be both, why not the axe?
If anything I would make it into a conversion were once you place that mod you can't go back. And sense you said strength was op And it is! I would put it in agility so knifesI did something like that in Alpha 20. I had a mod that you could convert the axe into a fighting weapon, but you saw a significant reduction in block damage. Nothing was done to dismembering chances and harvest amounts were not affected. However, it was a one and done change as I also changed the mods so you couldn't remove them after you modified the item with them
<item_modifier name="modMeleeCombatAxeMod" installable_tags="axe" blocked_tags="noMods" type="mod">
<property name="Extends" value="modGeneralMaster"/>
<property name="CustomIcon" value="modMeleeFiremansAxeMod"/>
<property name="CustomIconTint" value="000000"/>
<effect_group tiered="false">
<passive_effect name="EntityDamage" operation="perc_add" value=".25"/>
<passive_effect name="BlockDamage" operation="perc_add" value="-1"/>
</effect_group>
</item_modifier>
So if you wanted to use an axe as a fighting weapon, you either had to deal with taking a longer time to harvest materials or carry two different types. Allowing someone just to switch the axe mods to change it from a fighting weapon to a harvesting tool and vice versa would be too OP. Strength tree is already OP with two highly effective melee weapons and the strongest tree to harvest materials.