You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combat would basically work like how Minecraft Dungeons do. (though it wouldn't be exactly the same)
In General
There would be no (or very small) invulnerability frames or knockbacks. This applies to both players and enemies.
Player Attacks
The player will have a fake hitbox attached to the head that detects the attacks. When the player attacks, the game calculates the damage done and then applies the damage to the appropriate targets.
To avoid cluttering the code, I'll make it as dynamic as possible.
Each weapon type would have different stats. The sword would be the most average weapon with the most average range and damage, the Axes would be the 'screw that one guy in particular' type weapon, and so on.
For ranged attacks like bows, ...I have no idea yet. I need to explore the mechanics more.
Combat Roll
I guess this is quite inevitable to make.
Health
The player's max health would be larger, and the hunger bar would be unused. Health regeneration will work like how Minecraft Dungeons do with foods.
Leveling
The player's level will scale the player's max health. This needs more planning.
The text was updated successfully, but these errors were encountered:
Combat would basically work like how Minecraft Dungeons do. (though it wouldn't be exactly the same)
In General
There would be no (or very small) invulnerability frames or knockbacks. This applies to both players and enemies.
Player Attacks
The player will have a fake hitbox attached to the head that detects the attacks. When the player attacks, the game calculates the damage done and then applies the damage to the appropriate targets.
To avoid cluttering the code, I'll make it as dynamic as possible.
Each weapon type would have different stats. The sword would be the most average weapon with the most average range and damage, the Axes would be the 'screw that one guy in particular' type weapon, and so on.
For ranged attacks like bows, ...I have no idea yet. I need to explore the mechanics more.
Combat Roll
I guess this is quite inevitable to make.
Health
The player's max health would be larger, and the hunger bar would be unused. Health regeneration will work like how Minecraft Dungeons do with foods.
Leveling
The player's level will scale the player's max health. This needs more planning.
The text was updated successfully, but these errors were encountered: