Jump to content
  • 0
trickzjen23

Card that make all equipment unbreakable?

Question

1 answer to this question

Recommended Posts

  • 0

https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt

 

Strip/Break equipment
---------------------
bonus bUnstripableWeapon,n;		Weapon cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripableArmor,n; 		Armor cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripableHelm,n;  		Helm cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripableShield,n;		Shield cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripable,n;      		All equipment cannot be taken off via strip skills (n is meaningless)

bonus bUnbreakableGarment,n;		Garment cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableWeapon,n; 		Weapon cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableArmor,n;  		Armor cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableHelm,n;   		Helm cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableShield,n; 		Shield cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableShoes,n;  		Shoes cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakable,n;       		Reduces the break chance of all equipped equipment by n%

bonus bBreakWeaponRate,n;		Adds a n/100% chance to break enemy's weapon while attacking (stacks with other break chances)
bonus bBreakArmorRate,n; 		Adds a n/100% chance to break enemy's armor while attacking (stacks with other break chances)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.