• 浏览量:94
  • 创建日期:4月前
  • 最后编辑:未知
  • 编辑次数:没有

历史编辑记录更多
    最近参与编辑
    衰变 (Decay)

    本模组的一种药水效果,附源代码:

      public DecayPotion() {
        super("decay", true, 2490656, 0);
        effects.add(new PotionEffect(MobEffects.field_82731_v, Decay.duration * 20, Decay.strength));
        PotionEffect[] e = effects.<PotionEffect>toArray(new PotionEffect[0]);
        type = (PotionType)(new PotionType(this.field_76416_I, e)).setRegistryName(new ResourceLocation(getModId(), this.field_76416_I));
        ProxyRegistry.register((IForgeRegistryEntry)type);
      }
    衰变 (Decay)
    衰变 (Decay)
    资料分类:DEBUFF

    短评加载中..