I have some players asking about mods for my game. If a player wanted to make a really simple change to the game, like say, giving a sword 15 attack power instead of the default 10, what’s the easiest way to do that?
What I’m imagining is a mod that lists redirections. If someone wants a sword, then this list would, instead of giving you the default sword archetype, point the game at a different archetype that has 15 attack power.
Is there something already in the engine that can do that?
The player could of course just edit the game’s packages, and change the archetypes directly, but those changes would get undone every time I update the game, and you also can’t share that kind of modification.
Thanks for any info you can give me.