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

Mostrar archivo 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_oe property

public int APCost
return int

AllowPOBoost public_oe property

public bool AllowPOBoost
return bool

CSRate public_oe property

public int CSRate
return int

Cooldown public_oe property

public int Cooldown
return int

CriticalEffects public_oe property

public List CriticalEffects
return List

ECSRate public_oe property

public int ECSRate
return int

Effects public_oe property

public List Effects
return List

EmptyCell public_oe property

public bool EmptyCell
return bool

InLine public_oe property

public bool InLine
return bool

IsECSEndTurn public_oe property

public int IsECSEndTurn
return int

LOS public_oe property

public bool LOS
return bool

Level public_oe property

public int Level
return int

MaxLaunchPerTarget public_oe property

public int MaxLaunchPerTarget
return int

MaxLaunchPerTurn public_oe property

public int MaxLaunchPerTurn
return int

MaxPO public_oe property

public int MaxPO
return int

MinPO public_oe property

public int MinPO
return int

RangeType public_oe property

public string RangeType
return string

RequiredLevel public_oe property

public int RequiredLevel
return int

SpellId public_oe property

public int SpellId
return int