Finish Update: Building and Farming Update

This commit is contained in:
IamPyu
2024-10-19 15:08:18 -06:00
parent b53ac766f1
commit 0d02674e15
3 changed files with 12 additions and 6 deletions

View File

@@ -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 = {