Klasse ASkillValue<S extends ISkill>

Alle implementierten Schnittstellen:
DecisionContainer, ResolvableDataItem<S>, Modifyable, ModifyableNumericalValue<S>, NumericalValue<S>, SelectedValue<S>

public abstract class ASkillValue<S extends ISkill> extends ComplexDataItemValue<S> implements ModifyableNumericalValue<S>
  • Felddetails

    • start

      @Attribute(name="start", required=false) protected int start
      The final value of the attribute after generation, before exp have been spent. During priority generation this contains the value until which the attribute is paid by attribute points
    • specializations

      @ElementList(entry="skillspec", type=SkillSpecializationValue.class, inline=true) protected List<SkillSpecializationValue<S extends ISkill>> specializations
  • Konstruktordetails

    • ASkillValue

      public ASkillValue()
    • ASkillValue

      public ASkillValue(S key)
    • ASkillValue

      public ASkillValue(S key, int distributed)
  • Methodendetails