
RENEWAL / ITEMS
Sheriff's Right Badge [1]
#28496Armor
Badge_Of_Vigilante2
TypeArmor
Equipment positionAccessory (Right)
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
A badge worn to display your status as a law enforcer.
Class: Accessory
Weight: 20
Required Level: 100
Required Jobs: All Jobs
If the users base Vit is 90 or higher,
Max HP + 1000
If the users base Int is 90 or higher,
MATK + 3%
If the users base Dex is 90 or higher,
Reduces the variable casting time of skills by 5%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory (Right)
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
if (readparam(bVit) > 89)
bonus bMaxHP,1000;
if (readparam(bInt) > 89)
bonus bMatkRate,3;
if (readparam(bDex) > 89)
bonus bVariableCastrate,-5;