add tree node properties

This commit is contained in:
ss-gnalvesteffer 2019-09-21 23:51:38 -05:00
parent 7ee24498d7
commit 0c81b4710a

View File

@ -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,