Advertisement
Guest User

Untitled

a guest
Jan 11th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <configs>
  2. <append xpath="/recipes">
  3. <!-- Raw Recipes -->
  4. <recipe name="Titanium" count="1" craft_area="forge" material_based="true" tags="learnable">
  5. <ingredient name="resourceForgedSteel" count="100"/>
  6. <ingredient name="unit_lead" count="2500"/>
  7. <ingredient name="unit_clay" count="2000"/>
  8. </recipe>
  9. <!-- Tool Recipes -->
  10. <recipe name="TitaniumPickaxe" count="1" craft_area="workbench" tags="learnable">
  11. <ingredient name="Titanium" count="20" />
  12. <ingredient name="resourceCoal" count="1000" />
  13. <ingredient name="resourceRawDiamond" count="5" />
  14. <ingredient name="resourceWood" count="800" />
  15. <effect_group>
  16. <passive_effect name="CraftingIngredientCount" level="2,6" operation="perc_add" value=".5,3" tags="resourceForgedIron,resourceCoal,resourceRawDiamond"/>
  17. </effect_group>
  18. </recipe>
  19. <recipe name="TitaniumFireaxe" count="1" craft_area="workbench" tags="learnable">
  20. <ingredient name="Titanium" count="10" />
  21. <ingredient name="resourceForgedSteel" count="100" />
  22. <ingredient name="resourceWood" count="800" />
  23. <effect_group>
  24. <passive_effect name="CraftingIngredientCount" level="2,6" operation="perc_add" value=".5,3" tags="resourceForgedIron"/>
  25. </effect_group>
  26. </recipe>
  27. <recipe name="TitaniumSledgehammer" count="1" craft_area="workbench" tags="learnable">
  28. <ingredient name="Titanium" count="6" />
  29. <ingredient name="resourceForgedSteel" count="60" />
  30. <ingredient name="resourceWood" count="800" />
  31. <effect_group>
  32. <passive_effect name="CraftingIngredientCount" level="2,6" operation="perc_add" value=".5,3" tags="resourceForgedIron"/>
  33. </effect_group>
  34. </recipe>
  35. </append>
  36. </configs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement