Introduction to Combat Systems and Loot
Get a brief introduction to what we’ll learn in this chapter.
We'll cover the following...
Writing spawn functions for every item, monster, or other entity we imagine can take time, and waiting for our game to recompile so that we can test those new ideas isn’t fun. But don’t worry, there’s something that can help: data-driven design. ...