
RENEWAL / ITEMS
Automatic Orb(Genesis Pressure)
#310132Card
Automatic_Orb51
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Gloria Domini and Genesis Ray damage +15%
When refined to +7 or higher, Gloria Domini and Genesis Ray damage +3% (Additional)
When refined to +11 or higher, Gloria Domini and Genesis Ray damage +7% (Additional)
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
bonus2 bSkillAtk,"PA_PRESSURE",15;
if (.@r>=9) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",3;
bonus2 bSkillAtk,"PA_PRESSURE",3;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",7;
bonus2 bSkillAtk,"PA_PRESSURE",7;
}
}