S-Quick
| Item ID | 29174 | Name | S-Quick |
|
Decreases Variable Casting Time by 10%.
_______________________ Refine Level +7: Random chance to decreases Variable Casting Time and skill delay by 100% for 3 seconds when dealing physical attacks. _______________________ Refine Level +8: Activation rate increased. Extends duration by 1 second. _______________________ Refine Level +9: Activation rate increased. Extends duration by 1 second. _______________________ When enchanted on Riot Chip: For each 2 Refine Levels: Increases Attack Speed (decreases After Attack Delay by 1%). |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Reactor_S_Quick | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bVariableCastrate,-10;
if (.@r>=7) {
.@c = 10;
.@t = 3000;
if (.@r>=8) {
.@c = 20;
.@t += 1000;
}
if (.@r>=9) {
.@c = 35;
.@t += 1000;
}
autobonus "{ bonus bVariableCastrate,-100; bonus bDelayrate,-100; }",.@c,.@t,BF_MAGIC;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bAspdRate,(.@r/2); |
||||
|
bonus2 bSubEle,Ele_Earth,25; |
||||
|
bonus bAspdRate,5; |