Examples of AlleleEffectAggressive


Examples of forestry.apiculture.genetics.AlleleEffectAggressive

    Allele.flowersWheat = new AlleleFlowers("flowersWheat", new FlowerProviderWheat(), true);
    Allele.flowersGourd = new AlleleFlowers("flowersGourd", new FlowerProviderGourd(), true);

    // / BEES // EFFECTS 1800 - 1899
    Allele.effectNone = new AlleleEffectNone("effectNone");
    Allele.effectAggressive = new AlleleEffectAggressive("effectAggressive");
    Allele.effectHeroic = new AlleleEffectHeroic("effectHeroic");
    Allele.effectBeatific = new AlleleEffectPotion("effectBeatific", "beatific", false, Potion.regeneration, 100, true);
    Allele.effectMiasmic = new AlleleEffectMiasmic("effectMiasmic");
    Allele.effectMisanthrope = new AlleleEffectMisanthrope("effectMisanthrope");
    Allele.effectGlacial = new AlleleEffectGlacial("effectGlacial");
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.