Refactor: restructure world entities and evolution logic; remove unused files and improve batch processing
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user