
Сообщение от
Зороастр
К несчастью для сов, звездопад является аое заклинанием.
// Starfall Spell ================================================== =========
struct starfall_t : public druid_spell_t
{
spell_t* starfall_star;
starfall_t( player_t* player, const std::string& options_str ) :
druid_spell_t( "starfall", player, SCHOOL_ARCANE, TREE_BALANCE )
{
struct starfall_star_splash_t : public druid_spell_t
{
starfall_star_splash_t( player_t* player ) : druid_spell_t( "starfall", player, SCHOOL_ARCANE, TREE_BALANCE )
{
druid_t* p = player -> cast_druid();
static rank_t ranks[] =
{
{ 80, 4, 101, 101, 0, 0 },
{ 75, 3, 84, 85, 0, 0 },
{ 70, 2, 57, 58, 0, 0 },
{ 60, 1, 25, 26, 0, 0 },
{ 0, 0, 0, 0, 0, 0 }
};
init_rank( ranks );
direct_power_mod = 0.13;
may_crit = true;
may_miss = true;
may_resist = true;
background = true;
aoe = true; // Prevents Moonkin Form mana gains.
dual = true;