Game
Crumbling World

7 years ago

Unique Enemies
Hello everyone! Over the past week, I have been working on a new update for Crumbling World. This update focuses on the combat skills of Unique Enemies and how I incorporated Artificial Intelligence into their combat behaviors.


5d096ff7833b0.jpg

Types of Enemies

There are a few different enemy types in Crumbling World: Normal enemies, unique enemies, and boss enemies. Normal enemies are spawned with average attributes and melee combat skills. Unique enemies are spawned in the base level and almost never show up in the normal level (although changing your game mode can lead to them showing up more frequently). Unique enemies are bestowed with unique attributes like damage and life, in addition to different graphics and combat skills, like Melee Combat, Long Range weapons (like bow and arrows), and Magic.

On the other hand, Boss Enemies are unusual in that they only spawn in the last base level of a region. Each boss has very different combat skills and attributes, and in reality probably deserve their own blog post to give their combat prowess the appropriate amount of attention.

5d096ffa81d73.jpg

Unique Enemies

Unique enemies are able to inflict large damage and typically have more life points, making them harder to defeat. However, the trouble is worth it for players, as they reward you with more points to be used towards leveling up once they are defeated. It is worth confronting and defeating this enemy time if you have the skills and remaining life points available to allow you to take the risk.

Artificial Intelligence And Unique Enemies

In an effort to make sure the game always feels fresh and engaging, I added some more complexity to the artificial intelligence (AI) used by the enemies, who now behave differently depending on where they were spawned. For example, if they are spawned in the normal level, their AI looks for the player throughout the whole level and tries to defeat them, only stopping this onslaught if they are destroyed or end up falling off the level.

On the other hand, if an enemy is spawned in the base level, their AI will make them wait for the player. To make things more interesting, I added a line of sight for them, meaning that these enemies will only chase after players if they are within their field of vision (which is currently set to about 30 degrees). Additionally, I added some exceptions to the enemies behaviors to try and make them behave more naturally. Players are able to sneak up behind enemies, but they will get caught if they get too close. Furthermore, if an enemy is attacked, it will automatically chase after a player, regardless of what it was programed to do previously.

5d096ffd51fda.jpg

Combat Skills And Unique Enemies

One of the most interesting combat skills in the game is the Magic skill. Unique enemies with Magic are able to perform long-range attacks with their magic projectiles. These attacks can be dangerous for players, as the damage inflicted is larger than many other attacks within the game. Fortunately, players can count on their vitality to block many of these attacks. Vitality is an attribute for players to use that allows them to perform special actions, such as blocking attacks or launching special attacks to counter the actions of enemies.

5d096fffbcbc5.jpg

In short, I wanted to develop Unique Enemies because I felt that they would bring more variety to the game, especially when one considers how their unexpected behaviors can make the game more fun and intriguing for all players.

As Crumbling World is currently under development, some of the features explained above may change before the final version is released.

As always, thank you for reading!



0 comments

Loading...

Next up

Maybe you can block enemy attacks... But if you run out of stamina? You’re stunned. Time it perfectly though, and you trigger a counter that knocks enemies back—giving you space to reposition or fight others.

🎮 Sneak, strike, survive. Just added synced animations for stealth kills, finishers, and perfect counters in Lobo: The Howl Within ⚔️

Each move adapts to your timing and positioning—making every encounter feel brutal and satisfying.

Heavy attacks come at a cost.

In Lobo, using brute force puts enemies into aggro mode — drawing their full attention and making the fight harder. Sometimes charging in isn't the best move… or is it?

Lighting, scale, and mood guide players into a world of mystery.

No Lumen. No Nanite. Just global illumination, LODs, and optimized geometry—crafted for performance and atmosphere.

Are you ready for your next adventure?

Hi everyone! This is a small patch that fixes a bug in the Unique Enemies spawner. Thanks so much for keep reporting bugs and issues. I appreciate it very much!

Every good adventure hides something behind a waterfall. In Lobo, when you reach the bridge, you’ll spot a small hint, easy to miss, but hard to forget.

Follow it, and you might just uncover something special. Exploration will be rewarded.

UI, Communication And Usability This week, I have been working on the main user interface (UI) for Crumbling World. UI is an essential part of any game, as it is one of the main tools that we as game designers use to communicate with our players directly.

Quests And Missions Recently, I have been working on incorporating Quests and Missions into Crumbling World, which is likely to be the most exciting and fun update to the game so far.

Should you kill every enemy you see? In Lobo: The Howl Within, leaving dead bodies behind can trigger enemy investigations. They’ll warn others and form mini hordes to track you down. Sometimes stealth > strength. What’s your playstyle?

Save And Load System Hello everyone! Over the last week, I have been creating the save and load system, which will allow users to save their progress and continue the game where they left off after stepping away.