ID #400082
Armor
2020RTC Naughty Ghost [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Slots: 1
Armor level: 1
Required level: 100
Weight: 100
Slots: 1
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Player_Doram,10; bonus2 bAddEffWhenHit,Eff_Freeze,100; if (.@r>=9) { bonus bFixedCast,-100*.@r; bonus bAtkRate,2*.@r; bonus bMatkRate,2*.@r; bonus bLongAtkRate,2*.@r; bonus bHealPower2,3*.@r; bonus bCritAtkRate,5*.@r; bonus bCritical,3*.@r; }
.@r = getrefine();
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bAddEffWhenHit,Eff_Freeze,100;
if (.@r>=9) {
bonus bFixedCast,-100*.@r;
bonus bAtkRate,2*.@r;
bonus bMatkRate,2*.@r;
bonus bLongAtkRate,2*.@r;
bonus bHealPower2,3*.@r;
bonus bCritAtkRate,5*.@r;
bonus bCritical,3*.@r;
}