generic constant

List<AttributeType> const generic

A List of all generic AttributeTypes that can be applied to all entities

Implementation

static const List<AttributeType> generic = [
  armor,
  armor_toughness,
  attack_damage,
  attack_knockback,
  attack_speed,
  flying_speed,
  follow_range,
  knockback_resistance,
  luck,
  max_health,
  movement_speed,
];