public EffectList() { effects = new List <Effect>(); iterator = 0; characteristic = Characteristic.CreateEmpty(); }
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */ private void calculateCharacteristic() { baseCharacteristic = Characteristic.CreateBase(level, rank); currentCharacteristic = Characteristic.CreateEmpty(); updateCharacteristic(); }