update mithril and diamond level/damage and fire arrow damage

master
tchncs 2016-10-28 19:32:03 +02:00
parent 5013537e24
commit 4b693ac6ef
1 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ bows.register_bow("bow_mithril",{
texture="bows_bow_mithril.png",
texture_loaded="bows_bow_loaded_mithril.png",
uses=910,
level=19,
level=28,
craft={
{"","moreores:mithril_ingot","farming:cotton"},
{"moreores:mithril_ingot","","farming:cotton"},
@ -139,7 +139,7 @@ bows.register_arrow("arrow_mese",{
bows.register_arrow("arrow_diamond",{
description="Diamond arrow",
texture="bows_arrow_wood.png^[colorize:#15d7c2cc",
damage=15,
damage=28,
craft_count=8,
craft={
{"group:arrow","group:arrow","group:arrow"},
@ -151,7 +151,7 @@ bows.register_arrow("arrow_diamond",{
bows.register_arrow("arrow_mithril",{
description="Mithril arrow",
texture="bows_arrow_wood.png^[colorize:#3957A2cc",
damage=15,
damage=36,
craft_count=8,
craft={
{"group:arrow","group:arrow","group:arrow"},
@ -163,7 +163,7 @@ bows.register_arrow("arrow_mithril",{
bows.register_arrow("arrow_fire",{
description="Fire arrow",
texture="bows_arrow_wood.png^[colorize:#ffb400cc",
damage=10,
damage=16,
craft_count=1,
on_hit_node=bows.arrow_fire,
on_hit_object=bows.arrow_fire_object,