Updated Volcanic Ash effect (fixes #1090)
* No longer gives 150% increased damage to fire type attacks. * No longer damages self and allies on normal map types.
This commit is contained in:
parent
590f42cd15
commit
88d2dde632
@ -486,8 +486,6 @@ int64 battle_attr_fix(struct block_list *src, struct block_list *target, int64 d
|
|||||||
status_change_end(target, SC_CRYSTALIZE, INVALID_TIMER);
|
status_change_end(target, SC_CRYSTALIZE, INVALID_TIMER);
|
||||||
if (tsc->data[SC_EARTH_INSIGNIA])
|
if (tsc->data[SC_EARTH_INSIGNIA])
|
||||||
ratio += 50;
|
ratio += 50;
|
||||||
if (tsc->data[SC_ASH])
|
|
||||||
ratio += 50;
|
|
||||||
break;
|
break;
|
||||||
case ELE_HOLY:
|
case ELE_HOLY:
|
||||||
if (tsc->data[SC_ORATIO])
|
if (tsc->data[SC_ORATIO])
|
||||||
|
@ -12845,6 +12845,10 @@ struct skill_unit_group *skill_unitsetting(struct block_list *src, uint16 skill_
|
|||||||
// Officially, duration (limit) is 5secs, interval 0.5secs damage interval.
|
// Officially, duration (limit) is 5secs, interval 0.5secs damage interval.
|
||||||
limit = interval * 10;
|
limit = interval * 10;
|
||||||
break;
|
break;
|
||||||
|
case MH_VOLCANIC_ASH:
|
||||||
|
if (!map_flag_vs(src->m))
|
||||||
|
target = BCT_ENEMY;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Init skill unit group
|
// Init skill unit group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user