Method | Description | |
---|---|---|
AddDrop ( Item item ) : void |
Adds item to the drops of one random monster in this group.
|
|
AddKeyForLock ( |
Adds key for lock place to a random monster of this group as a drop.
|
|
Allocate ( DungeonMonsterGroupData groupData ) : void |
Creates monsters from group data and adds them to internal list.
|
|
MonsterGroup ( string name, Aura.Channel.World.Dungeons.Puzzles.Puzzle puzzle, |
Creates new monster group.
|
|
Spawn ( ) : void |
Spawns monsters from internal list.
|
Method | Description | |
---|---|---|
OnDeath ( |
Raised when one of the monsters dies.
|
public AddKeyForLock ( |
||
lockPlace | ||
return | void |
public Allocate ( DungeonMonsterGroupData groupData ) : void | ||
groupData | DungeonMonsterGroupData | |
return | void |
public MonsterGroup ( string name, Aura.Channel.World.Dungeons.Puzzles.Puzzle puzzle, |
||
name | string | |
puzzle | Aura.Channel.World.Dungeons.Puzzles.Puzzle | |
place | ||
spawnPosition | Placement | |
return | Aura.Channel.World.Entities |