ID #310111
Card
Automatic Modification Orb(Fixed Casting)
Buy Price: N/A
Sell Price: N/A
Decreases Fixed Casting Time by 0.1 second.
_______________________
Refine Level +9:
Decreases Fixed Casting Time by additional 0.2 seconds.
_______________________
Refine Level +11:
Decreases Fixed Casting Time by additional 0.5 seconds.
_______________________
Refine Level +9:
Decreases Fixed Casting Time by additional 0.2 seconds.
_______________________
Refine Level +11:
Decreases Fixed Casting Time by additional 0.5 seconds.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bFixedCast,-100; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-500; } }
.@r = getrefine();
bonus bFixedCast,-100;
if (.@r>=9) {
bonus bFixedCast,-200;
if (.@r>=11) {
bonus bFixedCast,-500;
}
}