• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How add Hit chance tfs 1.2

Code:
   <item id="7438" article="an" name="elvish bow">
       <attribute key="description" value="This beautifully ornamented bow was made by a skilled elvish bowmaker." />
       <attribute key="weight" value="3900" />
       <attribute key="slotType" value="two-handed" />
       <attribute key="weaponType" value="distance" />
       <attribute key="ammoType" value="arrow" />
       <attribute key="range" value="6" />
       <attribute key="hitChance" value="5" />
   </item>

Only works for ranged weapons afaik
 
Back
Top