Table of Contents

Class RaidBoss

Namespace
Nekoyume.Model
Assembly
Lib9c.dll
public class RaidBoss : Enemy, ICloneable
Inheritance
RaidBoss
Implements
Inherited Members

Constructors

RaidBoss(CharacterBase, Row, Row, WaveStatData, bool)

public RaidBoss(CharacterBase player, WorldBossCharacterSheet.Row characterRow, WorldBossActionPatternSheet.Row patternRow, WorldBossCharacterSheet.WaveStatData statData, bool ignoreLevelCorrectionOnHit)

Parameters

player CharacterBase
characterRow WorldBossCharacterSheet.Row
patternRow WorldBossActionPatternSheet.Row
statData WorldBossCharacterSheet.WaveStatData
ignoreLevelCorrectionOnHit bool

RaidBoss(RaidBoss)

public RaidBoss(RaidBoss value)

Parameters

value RaidBoss

Properties

Enraged

public bool Enraged { get; protected set; }

Property Value

bool

IgnoreLevelCorrectionOnHit

public bool IgnoreLevelCorrectionOnHit { get; protected set; }

Property Value

bool

PatternRowData

public WorldBossActionPatternSheet.Row PatternRowData { get; }

Property Value

WorldBossActionPatternSheet.Row

RowData

public WorldBossCharacterSheet.Row RowData { get; }

Property Value

WorldBossCharacterSheet.Row

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override object Clone()

Returns

object

A new object that is a copy of this instance.

EndTurn()

protected override void EndTurn()

Enrage()

public void Enrage()

IsHit(CharacterBase)

public override bool IsHit(CharacterBase caster)

Parameters

caster CharacterBase

Returns

bool

SetSkill()

protected override void SetSkill()

UseSkill()

protected override Skill UseSkill()

Returns

Skill