Examples of AlleleEffectResurrection


Examples of forestry.apiculture.genetics.AlleleEffectResurrection

    Allele.effectIgnition = new AlleleEffectIgnition("effectIgnition");
    Allele.effectExploration = new AlleleEffectExploration("effectExploration");
    Allele.effectFestiveEaster = new AlleleEffectNone("effectFestiveEaster");
    Allele.effectSnowing = new AlleleEffectSnowing("effectSnowing");
    Allele.effectDrunkard = new AlleleEffectPotion("effectDrunkard", "drunkard", false, Potion.confusion, 100, false);
    Allele.effectReanimation = new AlleleEffectResurrection("effectReanimation", "reanimation", AlleleEffectResurrection.getReanimationList());
    Allele.effectResurrection = new AlleleEffectResurrection("effectResurrection", "resurrection", AlleleEffectResurrection.getResurrectionList());
    Allele.effectRepulsion = new AlleleEffectRepulsion("effectRepulsion");

  }
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.