• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Adding Deep Cuts Perk To Fireaxes

Aesir

New member
I would like to have the deep cuts perk also apply to fire axes. Would I just have to insert perkDeepCuts in to this line in the items xml for the iron fireaxe?





(items xml line 285)





<property name="Tags"value="axe,melee,grunting,medium,tool,a ttStrength,perkMiner69r,perkMotherLode,canHaveCosm etic"/>





If that's all I need to do I'm thinking it would probably be best to insert it between perkMotherLode and canHaveCosmetic... or doesn't it's place in the values string make a difference other than keeping it organized?





If I'm looking at the xml for the steel fireaxe correctly; adding it to the iron fireaxe will also make it apply to the steel fireaxe correct?





(items xml line 365)





<property name="Extends" value="meleeToolFireaxeIron"/>

 


Thanks





 
Your idea is the first thing I would try out as well

I'm pretty sure tags don't depend on order.

And the absence of any tags definition in FirexaxeSteel is a sure sign this is inherited from the Iron one.

 
Back
Top