예제 #1
0
        public void Initialize(ComponentContainer components)
        {
            this.sorcererLevels = components.Get <ClassLevel>();
            var bloodline = components.Get <IDraconicBloodline>();

            this.dragonType = bloodline.DragonType;
            this.charisma   = components.Get <AbilityScores>().GetAbility(AbilityScoreTypes.Charisma);
        }
예제 #2
0
        public void Initialize(ComponentContainer components)
        {
            var bloodline = components.Get <IDraconicBloodline>();

            this.dragonType = bloodline.DragonType;
        }