Class AlternateInjuries.ScourgePlague
java.lang.Object
mekhq.campaign.personnel.InjuryType
mekhq.campaign.personnel.medical.advancedMedicalAlternate.AlternateInjuries.ScourgePlague
- 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 -
Method Summary
Modifier and TypeMethodDescriptiongetFluffText(BodyLocation loc, int severity, megamek.common.enums.Gender gender) getName(BodyLocation loc, int severity) intgetRecoveryTime(int severity) booleanimpliesDead(BodyLocation loc) Does having this injury in this location imply the character is dead?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, impliesMissingLocation, isHidden, isPermanent, isValidInLocation, newInjury, newResetRecoveryTimeAction, register, register
-
Method Details
-
impliesDead
Description copied from class:InjuryTypeDoes having this injury in this location imply the character is dead?- Overrides:
impliesDeadin classInjuryType
-
getName
- Overrides:
getNamein classInjuryType
-
getFluffText
- Overrides:
getFluffTextin classInjuryType
-
getRecoveryTime
public int getRecoveryTime(int severity) - Overrides:
getRecoveryTimein classInjuryType
-