C# Class SagaMap.Packets.Server.BattleStats

Packet indicating the client that he can start loading the given map.
Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
BattleStats ( ) : System

Constructor.

SetCurseResist ( ushort cr ) : void
SetDarkResist ( ushort dr ) : void
SetDef ( ushort def ) : void
SetFireResist ( ushort fr ) : void
SetGhostResist ( ushort gr ) : void
SetHolyResist ( ushort hr ) : void
SetIceResist ( ushort ir ) : void
SetMagicAtk ( ushort matk ) : void
SetMagicBlue ( ushort mb ) : void
SetMagicalFlee ( ushort mf ) : void
SetPhysicalAtk ( ushort patk ) : void
SetPhysicalBlue ( ushort pb ) : void
SetPhysicalFlee ( ushort pf ) : void
SetPhysicalRangeAtk ( ushort rpatk ) : void
SetRangeBlue ( ushort rb ) : void
SetRangedFlee ( ushort rf ) : void
SetSpiritResist ( ushort sr ) : void
SetWindResist ( ushort wr ) : void

Method Details

BattleStats() public method

Constructor.
public BattleStats ( ) : System
return System

SetCurseResist() public method

public SetCurseResist ( ushort cr ) : void
cr ushort
return void

SetDarkResist() public method

public SetDarkResist ( ushort dr ) : void
dr ushort
return void

SetDef() public method

public SetDef ( ushort def ) : void
def ushort
return void

SetFireResist() public method

public SetFireResist ( ushort fr ) : void
fr ushort
return void

SetGhostResist() public method

public SetGhostResist ( ushort gr ) : void
gr ushort
return void

SetHolyResist() public method

public SetHolyResist ( ushort hr ) : void
hr ushort
return void

SetIceResist() public method

public SetIceResist ( ushort ir ) : void
ir ushort
return void

SetMagicAtk() public method

public SetMagicAtk ( ushort matk ) : void
matk ushort
return void

SetMagicBlue() public method

public SetMagicBlue ( ushort mb ) : void
mb ushort
return void

SetMagicalFlee() public method

public SetMagicalFlee ( ushort mf ) : void
mf ushort
return void

SetPhysicalAtk() public method

public SetPhysicalAtk ( ushort patk ) : void
patk ushort
return void

SetPhysicalBlue() public method

public SetPhysicalBlue ( ushort pb ) : void
pb ushort
return void

SetPhysicalFlee() public method

public SetPhysicalFlee ( ushort pf ) : void
pf ushort
return void

SetPhysicalRangeAtk() public method

public SetPhysicalRangeAtk ( ushort rpatk ) : void
rpatk ushort
return void

SetRangeBlue() public method

public SetRangeBlue ( ushort rb ) : void
rb ushort
return void

SetRangedFlee() public method

public SetRangedFlee ( ushort rf ) : void
rf ushort
return void

SetSpiritResist() public method

public SetSpiritResist ( ushort sr ) : void
sr ushort
return void

SetWindResist() public method

public SetWindResist ( ushort wr ) : void
wr ushort
return void