Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum for Boss Types #266

Open
shadow93 opened this issue Jun 22, 2015 · 1 comment
Open

Enum for Boss Types #266

shadow93 opened this issue Jun 22, 2015 · 1 comment

Comments

@shadow93
Copy link
Contributor

For v2.0, we should use an enum for determining the BossType of a player.

Something like

enum BossType
{
    BossType_None=-1,
    BossType_Boss,
    BossType_Companion,
    BossType_Minion,
}

BossType_None would obviously indicate the player is not a boss.
BossType_Boss for a solo boss (Like Saxton Hale) or the "leader" boss that is part of a companion boss (like Seeman)
BossType_Companion for companion bosses (like Seeman's companion, Seeldier).
BossType_Minion for minions spawned from summon abilities (like Seeldier's clones).

@shadow93 shadow93 changed the title Enum for BossTypes Enum for Boss Types Jun 22, 2015
@Chdata
Copy link

Chdata commented Dec 6, 2015

I go with BossType_Main for the leader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants