Increasing Mining/sawing times on a server

Place for sharing your game modifications for Life is Feudal: Your Own

Borealis36
Zealous Believer
 
Posts: 7
Joined: 29 Feb 2016, 21:05

Increasing Mining/sawing times on a server

Post by Borealis36 » 01 Mar 2016, 04:37

Hello how is this done.. I'm a new server owner trying to get it set up the way I would like, I would like to speed up all the gathering/sawing..

thx for the help

Borealis Hunt


Aircode
 
Posts: 16
Joined: 23 Mar 2015, 13:57

Re: Increasing Mining/sawing times on a server

Post by Aircode » 09 Mar 2016, 16:57

/data/skill_types.xml

look ahead for; "sawing"
Code: Select all
        </ability>
        <ability lvl="0" name="Saw out a Board" id="38">
        <duration const="15 20"></duration>
        <ability_skill_mult>500</ability_skill_mult>
        <entities>


and change it
Code: Select all
<duration const="15 10"></duration>

Return to Game mods