Spirit of Green Maiden, броня (Renewal)
Spirit of Green Maiden (SPIRIT_OF_CHUNG_E) – броня.

Chung E's soul floating above your head.
Increase exp gain by 1%, item drop rate by 1% per 2 refine rates.
MaxHP + 2%, MaxSP + 2% per 4 refine rates.
When refined to +9 or higher, HP recovery + 40%, SP Recovery + 40%.
When refined to +12 or higher, MaxHP + 3%, MaxSP + 3%.
When melee, physically attacking, adds a chance to transform into Chung E for 5 seconds.
When transformed, MATK + 30%, Critical Damage + 30%.
Базовые свойства предмета
- ID: 24911
- Код: SPIRIT_OF_CHUNG_E
- Тип: броня
- Уровень брони: 1
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bExpAddRace,RC_All,.@r/2; bonus2 bDropAddRace,RC_All,.@r/2; bonus bMaxHPrate,2*(.@r/4); bonus bMaxSPrate,2*(.@r/4); if (.@r>=9) { bonus bHPrecovRate,40; bonus bSPrecovRate,40; } if (.@r>=12) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; } autobonus "{ bonus bCritAtkRate,30; bonus bMatkRate,30; }",1,5000,BF_WEAPON|BF_MAGIC,"{ active_transform 1519,5000; }";