Package megamek.common

Examples of megamek.common.Warship.autoSetThresh()


        a.initializeArmor(armor[BLKWarshipFile.AFT], Warship.LOC_AFT);
        a.initializeArmor(0, Warship.LOC_LBS);
        a.initializeArmor(0, Warship.LOC_RBS);

        a.autoSetInternal();
        a.autoSetThresh();
        a.initializeKFIntegrity();
        a.initializeSailIntegrity();

        loadEquipment(a, "Nose", Warship.LOC_NOSE);
        loadEquipment(a, "Front Right Side", Warship.LOC_FRS);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.