Exp updated collisions and tougness tier

This commit is contained in:
Georgiy Gorin
2026-04-23 10:10:40 +03:00
parent cdb0ffd6a5
commit 7beb9ffbac
22 changed files with 12045 additions and 60 deletions
+2 -2
View File
@@ -6,12 +6,12 @@ static var _list: Array[Dictionary] = [
{
"ingredients": ["leather", "stick"],
"result_scene": "res://scenes/LeatherBoots.tscn",
"speed_threshold": 0.5,
"speed_threshold": 18.0,
},
{
"ingredients": ["rock", "rock"],
"result_scene": "res://scenes/Boulder.tscn",
"speed_threshold": 5.0,
"speed_threshold": 18.0,
},
{
"ingredients": ["stick", "stick"],