Repair Weapons: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Nightflyer0ne (talk | contribs)
Repair Weapons page
 
No edit summary
 
Line 7: Line 7:
* Be patient: The more damage to the weapon, the longer it will take to repair.
* Be patient: The more damage to the weapon, the longer it will take to repair.
* Weapons with higher complexity will require a higher level of skill to repair.
* Weapons with higher complexity will require a higher level of skill to repair.
=== Negative maluses removal ===
Based on the skill in Repair, you can remove negative maluses from the items.
if (Skill >= 20 ) you can remove Scruffy adjective
if (Skill >= 40 ) you can remove Worn adjective
if (Skill >= 60 ) you can remove Scuffed adjective
if (Skill >= 80 ) you can remove Stained adjective
if (Skill >= 100 ) you can remove Ragged adjective
if (Skill >= 120 ) you can remove Tattered adjective
if (Skill >= 140 ) you can remove Ruined adjective
[[Category:Crafting]]
[[Category:Crafting]]

Latest revision as of 20:59, 11 March 2024

The Repair Weapons skill allows you to repair damage to your blades and other weaponry.

How to

  • Have a Weapons Repair Kit in your inventory (Obtainable through merchants).
  • Equip the damaged weapon in your right hand.
  • Type in "/repair." You will start repairing, and will be told how long the repair will take, in terms of seconds.
  • Be patient: The more damage to the weapon, the longer it will take to repair.
  • Weapons with higher complexity will require a higher level of skill to repair.

Negative maluses removal

Based on the skill in Repair, you can remove negative maluses from the items.

if (Skill >= 20 ) you can remove Scruffy adjective

if (Skill >= 40 ) you can remove Worn adjective

if (Skill >= 60 ) you can remove Scuffed adjective

if (Skill >= 80 ) you can remove Stained adjective

if (Skill >= 100 ) you can remove Ragged adjective

if (Skill >= 120 ) you can remove Tattered adjective

if (Skill >= 140 ) you can remove Ruined adjective