Inherits Sirenix.OdinInspector.SerializedScriptableObject.
|
bool | HasThisNodeConfig (string nodeName) |
|
WaveGenerator | RollWaveUnsafe (string nodeName) |
|
void | PrepareForARun () |
|
List< Object > | GetItem (string tileType) |
|
|
Dictionary< string, List< Object > > | styleList = new Dictionary<string, List<Object>>() |
|
string[] | weaponList |
|
string[] | weaponBuffList |
|
string[] | roleBuffList |
|
string[] | curseBuffList |
|
string[] | curseDebuffList |
|
string[] | fallbackBuffList |
|
string[] | buffPkgList |
|
string[] | styleModList |
|
int | buffPkgPickNum = 3 |
|
float | hpMlp = 1 |
|
float | atkMlp = 1 |
|
float | hitResistExtra = 0 |
|
WaveGenerator | boss |
|
Vector2 | bossSoulRange = Vector2.zero |
|
WaveGenerator | monsterPoolInBossFight |
|
WaveGenerator[] | waveListBridge |
|
Vector2 | bridgeSoulRange = Vector2.zero |
|
WaveGenerator[] | waveListNormal |
|
Vector2 | normalSoulRange = Vector2.zero |
|
WaveGenerator[] | waveListBranch |
|
Vector2 | branchSoulRange = Vector2.zero |
|
Dictionary< string, WaveGenerator[]> | nodeWave = new Dictionary<string, WaveGenerator[]>() |
|
Dictionary< string, Vector2 > | nodeSoulNum = new Dictionary<string, Vector2>() |
|
GenData | gen |
|