Just wanna know how much % activated of these card:
Atros Card
Description:
ATK + 25
When dealing a physical attack there is a small chance that for 10 seconds your aspd will increase by 100%.
Item Script:
{ bonus bBaseAtk,25; autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Vanberk Card
Description:
STR + 2, For 5 seconds Critical Rate + 100 when attacking to the enemies.
Item Script:
{ bonus bStr,2; autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }"; },{},{}
Isilla Card
Description:(new description)nevermind this one.
INT + 2, Reduce Casting Time by 50% for 5 seconds when performing a Magical attack. FLEE Rate + 30
Item Script:
{ bonus bInt,2; autobonus "{ bonus bCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; },{},{}
Hodremlin Card
Description:
Reduces damage from Small, Medium, and Large type monsters by 15%.
For 10 seconds Perfect Dodge + 30 on the user when the user receives Physical or Magical Damage.
Item Script:
{ bonus2 bSubSize,0,15; bonus2 bSubSize,1,15; bonus2 bSubSize,2,15; autobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }"; },{},{}
Ice Titan Card
Description:
VIT + 2
For 10 seconds DEF + 10 when the user receives Physical or Magical Damage.
Item Script:
{ bonus bVit,2; autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }"; },{},{}
Extra Question:
Can it activates when the function activated?So,The time of activating become longer.