Rebellion Shadow Armor
| Item ID | 24402 | Name | Rebellion Shadow Armor |
|
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.
_______________________ Decreases Heat Barrel skill cooldown by 1 second. _______________________ For each 2 Refine Levels: Decreases Heat Barrel skill cooldown by additional 1 second. _______________________ When equipped with Rebellion Shadow Shoes: Decreases Heat Barrel skill cooldown by additional 4 seconds. Decreases Hammer of God skill cooldown by 2 seconds. _______________________ When equipped with 2 types of Gunslinger Shadow or Rebellion Shadow Equipment: All Basic Stats +7 MaxHP +3% MaxSP +3% _______________________ Type: Shadow Armor _______________________ Requirement: Base Level 100 Rebellion |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | S_Rebellion_Armor | ||
| Attack | 0 | Type | Shadow Equipment | ||
| MATK | 0 | Equip Locations | Shadow Armor | ||
| Defense | 0 | Equippable Jobs | Gunslinger, Rebellion | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillCooldown,"RL_HEAT_BARREL",-1000*(1+.@r/2); |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus2 bSkillCooldown,"RL_HEAT_BARREL",-4000; bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-2000; |
||||||||
|
bonus bAllStats,7; bonus bMaxHPrate,3; bonus bMaxSPrate,3; |
||||||||
|
.@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ARMOR); bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum; |
||||||||
|
.@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ARMOR); bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum; |