Puppet Bracelet
| Item ID | 490016 | Name | Puppet Bracelet |
|
If you wear it, your limbs will move naturally regardless of your will.
_______________________ All Basic Stats +10 _______________________ MaxHP +10% _______________________ When equipped with Dark Hand: Decreases damage taken from Demi-Human race by 3%. Refine Level of Dark Hand is +6 or higher: Perfect HIT +15% Decreases After Skill Delay by 5%. Ignores physical and magical defense of every race by 25%. Refine Level of Dark Hand is +8 or higher: Perfect HIT +15% Decreases After Skill Delay by additional 10%. Ignores physical and magical defense of every race by additional 25%. _______________________ Type: Accessory Defense: 5 Weight: 40 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Bracelet_Of_Puppet | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 40 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAllStats,10; bonus bMaxHPrate,10; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSubRace,RC_DemiHuman,3;
if (.@r>=6) {
bonus bPerfectHitAddRate,15;
bonus bDelayrate,-5;
bonus2 bIgnoreDefRaceRate,RC_All,25;
bonus2 bIgnoreMdefRaceRate,RC_All,25;
}
if (.@r>=8) {
bonus bPerfectHitAddRate,15;
bonus bDelayrate,-10;
bonus2 bIgnoreDefRaceRate,RC_All,25;
bonus2 bIgnoreMdefRaceRate,RC_All,25;
}
|