Welcome to Brotato: a guide on how to create your very own custom items and characters in the popular game Brolab. And the best part? You don’t need to know how to code! Keep reading to learn how to bring your own unique creations to life in the game.
Subscribe Brolab Mod
Plan for the new character and item.
1. Shop always sells golem turret.
2. -95% golem turrets price.
3. Can’t heal.
Golem Turret:
1. Scale 50% max hp.
2. Projectiles have 1 bounce.
Create golem turret item
2. Click show button in the stats property
3. Modify scale_stats from stat_engineering to stat_max_hp (scale from Max Hp) and change 0.8 to 0.5 (scale factor 50%).
4. Click confirm button.
5. Modify bounce to 1 (bounce 1 time) and modify bounce_dmg_reduction to 0 (no bounce damage reduction)
6. Add effect.
7. Complete the item info and generate.
8. Successfully created a new turret.
Create summon golem character
2. Find character Fisherman (We need his effects and modify them).
3. Find the new item_id in Guide Menu and copy it.
4. Paste the item_id to the key property of Fisherman effects (This example is brolab_golem_turret_40).
5. Find character Golem (We need his no heal effect).
6. Add his no effect effect (Don’t need to change any key or values).
7. Generate the character.
8. Successfully created a new character.
Enjoy new character and new item
2. Shop appears new item.
3. New item working fine as expected (scale 50% Max Hp and bounce 1 time with no damage reduction).
More features
You can modify other mods effects and create more funny characters and items.
Effect from other mods need mod enabled or it will not be added to the new item / character.
You can go to Brotato wiki for more details about effects and items.
And that wraps up our share on Brotato: How to create custom items and characters using Brolab. If you have any additional insights or tips to contribute, don’t hesitate to drop a comment below. For a more in-depth read, you can refer to the original article here by QianMo, who deserves all the credit. Happy gaming!