Package megamek.client.ratgenerator
Class ManeiDominiCrewAugmentor
java.lang.Object
megamek.client.ratgenerator.ManeiDominiCrewAugmentor
Fits the crews of a generated Word of Blake Shadow Division with their cybernetics.
Every Manei Domini receives implants, and how many and how advanced depends on their rank
(Jihad Hot Spots: 3072, pp. 121, 123-124). The chart and the choosing live in
ManeiDominiImplants, shared with MekHQ, so a Shadow Division raised in either program is
augmented the same way; what is here is finding the crews and deciding what each one is.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe RAT Generator faction key for the Word of Blake Shadow Divisions. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaugment(ForceDescriptor root, IGameOptions gameOptions) Fits every crew in the generated force, where the force is a Shadow Division and the game allows Manei Domini.
-
Field Details
-
SHADOW_DIVISION_FACTION_KEY
The RAT Generator faction key for the Word of Blake Shadow Divisions.- See Also:
-
-
Method Details
-
augment
Fits every crew in the generated force, where the force is a Shadow Division and the game allows Manei Domini.- Parameters:
root- the generated force;nullis ignoredgameOptions- the options the force is being generated for, read for the Pilot Implants option
-