BannerlordCE / CEEvents

Captivity Events Source Code
https://www.nexusmods.com/mountandblade2bannerlord/mods/1226
MIT License
4 stars 6 forks source link

Added "captivity.ImpregnateBy" Console Command #75

Closed DMRTYR closed 1 year ago

DMRTYR commented 1 year ago

This console command is a modification of "Impregnant" which takes a second value in order to search for a hero to serve as the "father" for the target hero being impregnated. There is no gender check in this method as the "ImpregnationChance(...)" method contains this check.

If a female hero is entered as the "fromName" input then the method will complete and call the "ImpregnationChance" method however with it's current behavior it will default the father to be a randomly created hero. In order to allow for female-female impregnation then that method must be altered.

NOTE: I have faith it will work with the above caveat, however it is not tested as I cannot deploy this with my device (as far as I am aware of I cannot, I'm still learning linux for my steamdeck)

TheBadListener commented 1 year ago

Thanks will remake this PR to the development branch