镶嵌奥利哈康杖端宇宙中子法杖 (The mosaic orihalcon rod end of cosmic neutron wand)

默认只可通过创造模式物品栏获取,创造物品栏内的则会默认拥有2000的Meta值,Meta值不影响实际效果。

可以提供90%的Vis减免,以及9001的六要素储量。

实质是拥有90%Vis减免的奥利哈康(Orichalcum)杖端加上拥有9001Vis容量的宇宙中子(Neutronium)杖杆,这一点可以使用NBTEdit等NBT编辑手段,在游戏内查看该物品的NBT信息。

这意味着其他法杖也可以通过NBT修改从而获得此法杖的部分特性:奥利哈康杖端会为装配了的法杖提供90%的Vis减免;而宇宙中子杖柄的特性则是拥有9001的最大Vis,并且以此为杖柄的法杖,Vis当前量若少于9001,则会变为9001,搭配神秘使法袍等Vis减免装备或者道具则可达到Vis无消耗甚至增加的效果。

同类物品还有安装无尽贪婪后会出现的水晶缠绕宇宙中子态素法杖

附部分源代码:

public void onUpdate(ItemStack itemstack, EntityPlayer player) {
    for (int x = 0; x < this.primals.length; x++) {
      if (((ItemWandCasting)itemstack.func_77973_b()).getVis(itemstack, this.primals[x]) < ((ItemWandCasting)itemstack.func_77973_b()).getMaxVis(itemstack))
        ((ItemWandCasting)itemstack.func_77973_b()).addVis(itemstack, this.primals[x], ((ItemWandCasting)itemstack.func_77973_b()).getMaxVis(itemstack) - ((ItemWandCasting)itemstack.func_77973_b()).getVis(itemstack, this.primals[x]), true); 
    } 
  }
}

镶嵌奥利哈康杖端宇宙中子法杖-第1张图片

镶嵌奥利哈康杖端宇宙中子法杖 (The mosaic orihalcon rod end of cosmic neutron wand)
镶嵌奥利哈康杖端宇宙中子法杖 (The mosaic orihalcon rod end of cosmic neutron wand)
资料分类:法杖
最大叠加:1个 / 组

短评加载中..