From 23dac4b5bc1f9b16fb95d0789da008f0500bd052 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 26 May 2020 17:38:08 +0200 Subject: [PATCH] Re-enabled class xp, and class learning, as I found a better (and a lot more unique) way to bring the game. --- game/project.godot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/game/project.godot b/game/project.godot index 4336128b..433c887e 100644 --- a/game/project.godot +++ b/game/project.godot @@ -371,7 +371,12 @@ enabled=PoolStringArray( "model_manager" ) [ess] -level/max_character_level=60 +spells/allow_class_spell_learning=true +spells/allow_class_recipe_learning=true +level/use_class_xp=true +level/automatic_class_levelups=true +level/use_global_class_level=true +level/max_character_level=10 level/max_class_level=60 data/ess_resource_db_path="res://data/resource_db.tres" data/ess_entity_spawner_path="res://player/bs_entity_spawner.tres"