Class AlternateInjuries.SeveredArm
java.lang.Object
mekhq.campaign.personnel.InjuryType
mekhq.campaign.personnel.medical.advancedMedicalAlternate.AlternateInjuries.SeveredArm
- Enclosing class:
- AlternateInjuries
-
Nested Class Summary
Nested classes/interfaces inherited from class mekhq.campaign.personnel.InjuryType
InjuryType.XMLAdapter -
Field Summary
Fields inherited from class mekhq.campaign.personnel.InjuryType
allowedLocations, BAD_HEALTH, fluffText, injuryEffect, injurySubType, level, maxSeverity, MOD_TAG_INJURY, permanent, recoveryTime, simpleName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFluffText(BodyLocation loc, int severity, megamek.common.enums.Gender gender) getName(BodyLocation loc, int severity) intgetRecoveryTime(int severity) booleanDoes having this injury mean the location is missing? (Amputation, genetic defect, ...)Methods inherited from class mekhq.campaign.personnel.InjuryType
byId, byKey, genStressEffect, getAllKeys, getAllowedLocations, getAllTypes, getBaseRecoveryTime, getId, getInjuryEffect, getKey, getLevel, getMaxSeverity, getModifiers, getRecoveryTime, getSimpleName, getSimpleName, getSubType, impliesDead, isHidden, isPermanent, isValidInLocation, newInjury, newResetRecoveryTimeAction, register, register
-
Constructor Details
-
SeveredArm
public SeveredArm()
-
-
Method Details
-
getName
-
getFluffText
-
impliesMissingLocation
public boolean impliesMissingLocation()Description copied from class:InjuryTypeDoes having this injury mean the location is missing? (Amputation, genetic defect, ...)- Overrides:
impliesMissingLocationin classInjuryType
-
getRecoveryTime
public int getRecoveryTime(int severity) - Overrides:
getRecoveryTimein classInjuryType
-