From 0c81b4710af8cb9dc72cd40af91096bf14e339b8 Mon Sep 17 00:00:00 2001 From: ss-gnalvesteffer Date: Sat, 21 Sep 2019 23:51:38 -0500 Subject: [PATCH] add tree node properties --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 11f4c54..94f0883 100644 --- a/init.lua +++ b/init.lua @@ -217,6 +217,10 @@ first_person_shooter.initial_node_properties_lookup_table = { health = 50, penetration_durability = 0.75, }, + ["tree"] = { + health = 150, + penetration_durability = 0.75, + }, ["leaves"] = { health = -100, penetration_durability = -5,