Start enemies at a random health value between 40 and 60.
Start enemies with a random attack value between 10 and 14.
Attack damage is random, using the robot's attack value as an upper limit (for example, if the player's attack is 10, their damage range is 7-10).
Title: Restructure data with JS objects
Description
Start enemies at a random health value between 40 and 60.
Start enemies with a random attack value between 10 and 14.
Attack damage is random, using the robot's attack value as an upper limit (for example, if the player's attack is 10, their damage range is 7-10). Title: Restructure data with JS objects