Examples of MonsterBuilder


Examples of pathfinder.bean.unit.monster.MonsterBuilder

    Integer reflex = 0;
    Integer fortitude = 0;
    Integer will = 0;

    MonsterBuilder monster = new MonsterBuilder(name, image.getId(), hp,
        cr, ac, acFlatFooted, acTouch, reflex, fortitude, will);

    // save the image as perma bean
    CampaignClient.getInstance().savePerma(image);
    MonsterManager.getInstance().addMonsterBuilder(monster);
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.