ID #313140
Card
CON Enforcement (Physical)
Buy Price: N/A
Sell Price: N/A
Base Level at least 240:
For each 7 base CON:
ATK +5, Increases Physical Damage by 1%.
(Applies up to 100 base CON)
For each 7 base CON:
ATK +5, Increases Physical Damage by 1%.
(Applies up to 100 base CON)
Basic Information
Type
Card
Scripts
Script if (BaseLevel>=240) { .@param = min(readparam(bCon),100); bonus bLongAtkRate,(.@param/7); bonus bShortAtkRate,(.@param/7); bonus bBaseAtk,5*(.@param/7); }
if (BaseLevel>=240) {
.@param = min(readparam(bCon),100);
bonus bLongAtkRate,(.@param/7);
bonus bShortAtkRate,(.@param/7);
bonus bBaseAtk,5*(.@param/7);
}