Add battlefield visuals and camp talk slice
This commit is contained in:
@@ -41,6 +41,7 @@ func hydrate_deployment(deployment: Dictionary) -> Dictionary:
|
||||
unit["officer_id"] = str(deployment.get("officer_id", ""))
|
||||
unit["name"] = str(deployment.get("name", officer.get("name", unit["id"])))
|
||||
unit["portrait"] = str(deployment.get("portrait", officer.get("portrait", "")))
|
||||
unit["sprite"] = str(deployment.get("sprite", officer.get("sprite", class_def.get("sprite", ""))))
|
||||
unit["class_id"] = class_id
|
||||
unit["class"] = str(class_def.get("name", class_id.capitalize()))
|
||||
unit["team"] = str(deployment.get("team", "enemy"))
|
||||
|
||||
Reference in New Issue
Block a user