Esempio n. 1
0
        public AttributeShiftStrengthGainAbility(IHealthRestore healthRestore, GroupSettings settings)
            : base(healthRestore)
        {
            this.settings = new AttributeShiftStrengthGainSettings(settings.Menu, healthRestore);
            this.shiftStr = (AttributeShiftStrengthGain)healthRestore;
            this.shiftAgi = this.shiftStr.AttributeShiftAgilityGain;

            this.balanceHealth = this.Owner.Health;
        }
Esempio n. 2
0
 public AttributeShiftStrengthGainUsable(Ability9 ability, IMainMenu menu)
     : base(ability, menu)
 {
     this.attributeShiftStr = (AttributeShiftStrengthGain)ability;
     this.attributeShiftAgi = this.attributeShiftStr.AttributeShiftAgilityGain;
 }