Rebellion Lookie Card
| Item ID | 300489 | Name | Rebellion Lookie Card |
|
Increases Melee Physical Damage by 10%.
Increases Physical Damage against enemies of Demi-Human and Formless race by 15%. _______________________ When compounded on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon: Decreases damage taken from enemies of Demi-Human and Formless race by 7%. _______________________ Type: Card Compound on: Weapon Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | S_Lookie_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bShortAtkRate,10;
bonus2 bAddRace,RC_Formless,15;
bonus2 bAddRace,RC_DemiHuman,15;
bonus2 bAddRace,RC_Player_Human,15;
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) {
bonus2 bSubRace,RC_Formless,7;
bonus2 bSubRace,RC_DemiHuman,7;
bonus2 bSubRace,RC_Player_Human,7;
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus2 bAddRace,RC_Formless,15; bonus2 bAddRace,RC_DemiHuman,15; bonus2 bAddRace,RC_Player_Human,15; bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Large,15; |
||||||
|
bonus2 bAddRace,RC_Dragon,15; bonus2 bAddSize,Size_Medium,20; |
||||||
|
bonus2 bAddRace,RC_Brute,15; bonus2 bAddRace,RC_Player_Doram,15; |