Hello!
Want to share a tool for creating game design documents: https://ims.cr5.space/
It can be used to create some sort of wiki of in-game entities like enemies, abilities, effect, items and etc
The main idea is to use one element as base for other. For example, you can create basic enemy, set what properties each enemy should have, then create specific enemy, like “Rat” with exact property values
After you created the entites you can export all of them to JSON format and use them inside any game engine
Take a look for sample: https://ims.cr5.space/app/p/Yi3JBUoR/IMSTARTER-Template
What do you think about that?