Tengu Scroll
| Item ID | 19112 | Name | Tengu Scroll |
|
A scroll dropped by Tengu. It's said something strange might happen if you use it.
_______________________ Random chance to drain 5% of physical attack inflicted on the target as HP. _______________________ When equipped with Crow Tengu Mask: ATK +1%. Increases Ranged Physical Damage by 1%. _______________________ Base STR at least 108: ATK +2% Increases Ranged Physical Damage by 1%. _______________________ Base STR at least 120: ATK +3% Increases Ranged Physical Damage by 1%. _______________________ Type: Headgear Defense: 0 Position: Lower Weight: 30 Armor Level: 1 Refineable: No _______________________ Requirement: Base Level 40 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Tengu_Scroll | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Lower Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 40 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bHPDrainRate,30,5; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddSize,Size_All,1;
bonus bLongAtkRate,1;
if (readparam(bStr) >= 108) {
bonus2 bAddSize,Size_All,2;
bonus bLongAtkRate,1;
}
if (readparam(bStr) >= 120) {
bonus2 bAddSize,Size_All,3;
bonus bLongAtkRate,1;
}
|