矢のアップグレード

Last-modified: 2017-09-01 (金) 05:19:29

Arrow Upglade

矢(Arrow Upglade)

  • recipes.xml
    <!-- Arrow Upglade -->
    <recipe name="ironArrow" count="1">
           <ingredient name="ironArrowHead" count="1"/>
           <ingredient name="arrow" count="3"/>
    </recipe>
    <!--original xml-->
    <recipe name="steelArrow" count="1">
           <ingredient name="steelArrowHead" count="1"/>
           <ingredient name="arrow" count="5"/>
    </recipe>
    <!--original xml-->
    <recipe name="steelArrow" count="1">
           <ingredient name="steelArrowHead" count="1"/>
           <ingredient name="ironArrow" count="1"/>
    </recipe>
    <!--original xml-->
    <recipe name="flamingArrow" count="1">
           <ingredient name="steelArrowHead" count="1"/>
           <ingredient name="gunPowder" count="2"/>
           <ingredient name="cloth" count="1"/>
           <ingredient name="tallow" count="1"/>
           <ingredient name="ironArrow" count="1"/>
    </recipe>
    <!--original xml-->
    <recipe name="ironCrossbowBolt" count="1">
           <ingredient name="ironArrowHead" count="1"/>
           <ingredient name="arrow" count="10"/>
    </recipe>
    <!--original xml-->
    <recipe name="steelCrossbowBolt" count="1">
           <ingredient name="steelArrowHead" count="1"/>
           <ingredient name="arrow" count="10"/>
    </recipe>
    <!--original xml-->
    <recipe name="steelCrossbowBolt" count="1">
           <ingredient name="steelArrowHead" count="1"/>
           <ingredient name="ironCrossbowBolt" count="1"/>
    </recipe>
    <!--original xml-->
    <recipe name="explodingCrossbowBolt" count="1">
           <ingredient name="steelArrowHead" count="1"/>
           <ingredient name="gunPowder" count="8"/>
           <ingredient name="ductTape" count="1"/>
           <ingredient name="arrow" count="10"/>
    </recipe>
    <!--original xml-->
    <recipe name="explodingCrossbowBolt" count="1">
           <ingredient name="gunPowder" count="8"/>
           <ingredient name="ductTape" count="1"/>
           <ingredient name="steelCrossbowBolt" count="1"/>
    </recipe>
    <!--original xml-->
    <recipe name="explodingCrossbowBolt" count="1">
           <ingredient name="flamingArrow" count="2"/>
           <ingredient name="gunPowder" count="2"/>
    </recipe>
    <!-- Arrow Upglade End -->