C# Class Codebreak.Service.World.Game.Spell.SpellLevel

Show file Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Properties

Property Type Description
APCost int
AllowPOBoost bool
CSRate int
Cooldown int
CriticalEffects List
ECSRate int
Effects List
EmptyCell bool
InLine bool
IsECSEndTurn int
LOS bool
Level int
MaxLaunchPerTarget int
MaxLaunchPerTurn int
MaxPO int
MinPO int
RangeType string
RequiredLevel int
SpellId int

Property Details

APCost public property

public int APCost
return int

AllowPOBoost public property

public bool AllowPOBoost
return bool

CSRate public property

public int CSRate
return int

Cooldown public property

public int Cooldown
return int

CriticalEffects public property

public List CriticalEffects
return List

ECSRate public property

public int ECSRate
return int

Effects public property

public List Effects
return List

EmptyCell public property

public bool EmptyCell
return bool

InLine public property

public bool InLine
return bool

IsECSEndTurn public property

public int IsECSEndTurn
return int

LOS public property

public bool LOS
return bool

Level public property

public int Level
return int

MaxLaunchPerTarget public property

public int MaxLaunchPerTarget
return int

MaxLaunchPerTurn public property

public int MaxLaunchPerTurn
return int

MaxPO public property

public int MaxPO
return int

MinPO public property

public int MinPO
return int

RangeType public property

public string RangeType
return string

RequiredLevel public property

public int RequiredLevel
return int

SpellId public property

public int SpellId
return int