Battle Talent  V11
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
CrossLink.BuffMgr Class Reference

Public Member Functions

BuffBase AddBuff (ValueProvider vp, string bfName, float mlp=-1)
 
void RemoveBuff (ValueProvider vp, string bfName)
 
void RemoveBuff (ValueProvider vp, BuffBase buff)
 
void ReInstallBuff (ValueProvider vp)
 
void ClearBuff (ValueProvider vp)
 
void KickBuff (ValueProvider vp, string bfName)
 
List< BuffBaseGetBuffList (ValueProvider vp)
 
string GetBuffListStr (ValueProvider vp)
 
string ProcessBuffInfo (string src, List< BuffBase > bfl)
 
void ClearAll ()
 

Static Public Member Functions

static Color GetColorByBuffLevel (int lv)
 

Static Public Attributes

static BuffMgr Instance = new BuffMgr()
 
const int SpawnBuffCheckCount = 3 - 1
 
static Color[] lvColors
 

Member Data Documentation

◆ lvColors

Color [] CrossLink.BuffMgr.lvColors
static
Initial value:
= new Color[] {
new Color(0.717f,0.341f,0.321f),
new Color(0.475f,0.639f,0.735f),
new Color(0.839f,0.758f,0.502f),
}