Refactor: restructure world entities and evolution logic; remove unused files and improve batch processing

This commit is contained in:
Kirill
2026-07-21 23:54:17 +03:00
parent f4524a7acc
commit d8a4019ce1
11 changed files with 59 additions and 15 deletions
+2
View File
@@ -17,6 +17,8 @@ var OwniverseEntities: Dictionary = {}
var OwniverseItems: Dictionary = {}
var Templates: Dictionary = {}
var batch_count = 40
func get_localized_item_description(item_id: String, item: String) -> String:
if Locales[Locale].has(item_id):