Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Wait, wait, wait!

So are you saying that the bot parts are actually different from each other? I was pretty sure that two, say "Legs - Gen 3, Military Grade" (at 100%), were identical, so one can swap them freely without any consequences?

I understand that some of the things in the parts storage - like the Addons - are unique. But the bot parts, too?

(1 edit)

You can swap them freely but they still may have specific properties (repair state, special bonuses, ...). At least I prepared them for that. Not sure whether I let the game actually roll those properties already... 

Ah, all right. Thanks for clearing that up.

If you dig for the parts list (I used SaveEditor Online) you can find the item codes to add things to the bot lab. If you use SEO, search for GAME > sbPartsData > and that will list the code to use for each part type.


For example, GAME.lab.parts.append(GAME.sbPartsData["SBPShell3TypeX"].clone()) will give you a basic Galaxina Shell. Nimhe still can't learn it, but you can then build your own Galaxina bot for shits and giggles.