Finish Update: Building and Farming Update
This commit is contained in:
@@ -67,7 +67,8 @@ PyuTest.make_tool("pyutest_tools:wooden_axe", "Wooden Axe", {}, "pyutest-wooden-
|
||||
stack_max = 1,
|
||||
tool_capabilities = PyuTest.tool_caps({
|
||||
uses = 69,
|
||||
attack_uses = 69 / 2,
|
||||
attack_uses = 69,
|
||||
damage_groups = {fleshy = 7},
|
||||
groupcaps = {
|
||||
choppy = {
|
||||
times = {
|
||||
@@ -84,7 +85,8 @@ PyuTest.make_tool("pyutest_tools:stone_axe", "Stone Axe", {}, "pyutest-stone-axe
|
||||
stack_max = 1,
|
||||
tool_capabilities = PyuTest.tool_caps({
|
||||
uses = 274,
|
||||
attack_uses = 274 / 2,
|
||||
attack_uses = 274,
|
||||
damage_groups = {fleshy = 9},
|
||||
groupcaps = {
|
||||
choppy = {
|
||||
times = {
|
||||
@@ -101,7 +103,8 @@ PyuTest.make_tool("pyutest_tools:iron_axe", "Iron Axe", {}, "pyutest-iron-axe.pn
|
||||
stack_max = 1,
|
||||
tool_capabilities = PyuTest.tool_caps({
|
||||
uses = 689,
|
||||
attack_uses = 689 / 2,
|
||||
attack_uses = 689,
|
||||
damage_groups = {fleshy = 9},
|
||||
groupcaps = {
|
||||
choppy = {
|
||||
times = {
|
||||
@@ -118,7 +121,8 @@ PyuTest.make_tool("pyutest_tools:diamond_axe", "Diamond Axe", {}, "pyutest-diamo
|
||||
stack_max = 1,
|
||||
tool_capabilities = PyuTest.tool_caps({
|
||||
uses = 1345,
|
||||
attack_uses = 1345 / 2,
|
||||
attack_uses = 1345,
|
||||
damage_groups = {fleshy = 9},
|
||||
groupcaps = {
|
||||
choppy = {
|
||||
times = {
|
||||
|
Reference in New Issue
Block a user