物品说明
Enables Level 1 Greed.
MHP +2500.
\t
For every 2 refine level,
ATK and MATK +10.
\t
When refined to +7 or higher,
ASPD +10%, reduces variable casting time by 15%,CRI +10.
\t
When refined to +9 or higher,
Increase melee and long ranged physical damage by 10%.
MATK +10%.
\t
When refined to +11 or higher,
Increase melee and long ranged physical damage by additional 7%.
MATK +10%.
―――――――――――――
Set Bonus:
Automatic Engine Wing Type C
Automatic Armor Type A/B
\t
If the sum of refine rate of set is 21 or higher,
ignore defense and magical defense of Dragon,Fish and Demon monsters by 30%.
―――――――――――――
Type : Garment
Def : 35
Weight : 80
Required Level : 100
Class : All Jobs
物品脚本 (Script)
.@r = getrefine();
skill "BS_GREED",1;
bonus bMaxHP,2500;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
bonus bVariableCastrate,-15;
bonus bCritical,10;
if (.@r>=9) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus bMatkRate,10;
if (.@r>=11) {
bonus bShortAtkRate,7;
bonus bLongAtkRate,7;
bonus bMatkRate,10;
}
}
}