I'd like to request this feature in OXCE.
Currently the code allows for spawnedPersonType and spawnedPersonName to manufacture recruits with specific types and names.
What if the code is expanded to allow for recruiting of a specific type with certain stats as well. Example:
# Any item not specified will be taken as usual.
spawnedPerson:
- type: STR_SOLDIER
- name: "John Doe"
- initialStats
- psiStrength: 80
- nationality: 1
- rank: 3
- gender: 0
- look: 0
- lookVariant: 1
I believe this will allow modders to recruit specific characters, with certain initial stats, looks, nationality, etc, without the need to create additional unit types.