- This is a submod I created upon request for a user. It is inspired from the Scaling Beggar origin in the Legends mod.
- Allows you to add an effect to any bro that will cause that bro to scale with killing enemies.
- Install this mod.
- Install TaroEld's Dev Console mod.
- On the world screen press
Ctrl+G
to bring up the dev console screen. Then type the following commands and clickRun
to add or remove this effect from a bro.- In these commands, you must replace
Roland
with the name (without nickname) of your bro. - Note: Removing the effect from a bro will not remove the stats/perks already stolen.
- In these commands, you must replace
::ScalingCharacter.add("Roland");
::ScalingCharacter.remove("Roland");
Let's say my bro's name is Hadebrand. So I will type the command as:
::ScalingCharacter.add("Hadebrand");