PZDC dungeon 2 is a terminal based roguelike game.
The combat system is turn-based, with alternating actions of the player and the enemy.
The main objective is to complete all 3 available dungeons, defeating the boss of each of them and then defeat the main boss of the game.
The player is not tied to one character, each new dungeon is an almost independent episode with a separate leveling of a separate character and regardless of victory or death halfway through, the next game will start anew, with a new character. But between the almost isolated passage of dungeons, there is a meta-leveling of the camp for points earned in dungeons, which strengthens each new character, acting as a continuous progression in the game. This approach allows for improved gameplay variety, allowing for different builds to be used throughout the game through a combination of backgrounds, skills, and equipment.
The game currently has:
- 3 dungeons
- 4 buildings in the camp that perform meta-leveling
- 9 types of starting characters
- 11 skills
- 10 types of random events/quests
- 22 unique enemies
- 40+ types of equipment with the ability to modify it
The only requirement for PZDC dungeon 2 is Ruby 3+
Recommended terminal dimensions: width 120+
, height 36+
ruby pzdc_dungeon_2.rb
In Options menu you can set up:
- Animation speed (screen change) during the battle
- Escape code with which the screen is changed:
\x1bc
- set by default, more convenient for the game;\e[H\e[2J
- will be more convenient for contributors to be able to see previous screens
Start new dungeon: DUNGEON
-> NEW DUNGEON
Select a dungeon, create a new character, choose a class and skills, kill enemies, complete quests, level up - to pass the dungeon.
It's okay if the character dies, as there is meta-leveling in PZDC dungeon 2, in the CAMP
menu you can distribute meta-leveling points so that the new character has more opportunities for a new attempt to complete the dungeon.
- Different dungeons vary in difficulty
- The battles are step-by-step, you can choose from several types of attacks
- Between battles, random events occur during which you can receive buffs or take quests
- When you get a new level, you can upgrade your characteristics and skills
- There is equipment that is knocked out of opponents
- The further you go into the dungeon, the greater the chance to meet stronger opponents
If you want an easy game, then create a character named BAMBUGA
, then you will get a strong weapon for this torture, but you will not get meta points.
Campfire menu appears at the very beginning of a dungeon and between each fight or event. It contains all the options you can take before moving on to the next fight or event:
- Show hero info - in this menu you can view information about the characteristics, skills and equipment of the character and some other data.
- Spend stat points - in this menu you can distribute character attribute points, if there are any available, and also view information about the character.
- Spend skill points - in this menu you can distribute skill points, if there are any available, and also view information about the character.
- Use camp skill - in this menu you can use an active non-combat skill if you have one.
- Enhance ammunition - in this menu you can improve your equipment using magic recipes purchased in the Occult Library and body parts of defeated enemies.
- Show event quests - contains information about active quests
- Save & exit game - You can save game and exit from dungeon to continue it at another time. But there is only 1 save slot and if you start a new dungeon and save it, the data of the previous unfinished dungeon will be deleted.
In the camp menu, you can distribute meta-leveling points that you received for completing a dungeon or killing enemies:
- PZDC Monolith - for monolith points you can permanently enhance the characteristics of all future characters. Monolith accumulates points for killing an enemy, the stronger the enemy, the greater the chance to get points. Monolith points are credited to your account in any case, even if the character dies.
- Shop - here you can buy equipment for the next attempt to complete the dungeon for coins (you need to buy it separately for each attempt). Coins can be obtained for killing opponents or in random events, but they will be credited to your account only if the character has completed the dungeon or left the dungeon through a special exit. Also, if the character got out of the dungeon alive, then with some probability he can sell his things to the store, and you can buy them from the merchant for new heroes. By default, the store only has basic items.
- Occult Library - sells magic recipes for coins that can be used to create living upgrades for weapons and armor from body parts of killed enemies in the campfire menu in the dungeon. It is recommended to buy recipes first, because unlike things from the store, they are bought once and for all.
- Statistics - Here you can see how many enemies of each type you have killed in dungeons throughout the game, as well as how many enemies you still need to kill to get permanent bonuses for each of them.
- HP - your survivability, when it reaches 0 the hero will die
- MP - your stamina reserve, which can be spent on active skills in combat or in the campfire menu
- Damage - depends on the equipped weapon, and can also be upgraded additionally
- Accuracy - chance to hit in %, some types of attacks are more accurate than others
- Armor - simply subtracted from the damage inflicted
- Armor penetration - shows how many units of armor your attacks ignore
- Block chance - the probability in % to block some damage, the blocked damage depends on the current HP
- Regeneration - restores HP or MP for each turn in battle
- Recovery - restores HP or MP during rest between battles
- Experience points - given for killing an enemy
- Stat points and skill points - given at the start and when leveling up
Combat active skills can be used during battle, they consume some MP for each use.
- Ascetic strike - significantly increases both damage and accuracy, costs a small amount of MP, but requires unspent attribute points in reserve and the more of them, the stronger the effect
- Precise strike - greatly increases accuracy and a little damage
- Strong strike - greatly increases damage
- Traumatic strike - temporarily injures the enemy, causing them to deal reduced damage to you on their next attack
Combat passive skills are used permanently in combat and do not require MP expenditure.
- Berserk - the less HP are left from the maximum, the more damage
- Concentration - deals additional magic damage when attacking, which ignores armor and is not blocked. Damage depends on the maximum amount of MP, MP must be at least greater than 100.
- Dazed - with a certain ratio of one-time damage inflicted to the enemy's remaining HP, you can reduce the accuracy of his next blow
- Shield master - increases the chance block with a shield (but amount of damage blocked by the shield does not depend on the skill, but only on the character's current HP)
Non-combat skills are used in the campfire menu. They can be either active or passive.
- Bloody ritual (active) - restores part of MP, restores more the greater the difference between the maximum MP and the remaining one. Spends some HP to activate. Additionally has a positive effect on random events related to sacrifices and black magic
- First aid (active) - restores part of HP, the more the greater the difference between the maximum HP and the remaining. Spends MP to activate
- Treasure hunter (passive) - positively affects many probabilities in the game, such as: chance to get loot, more options for choosing opponents and random events, more chance of positive outcomes in many random events, and so on.
- More content: dungeons, buildings, characters, enemies, equipment, skills
- In those places of the dungeon where your previous hero died, an enemy zombie hero with the same characteristics and weapons will appear.
- If a large number of enemies of one type are killed, then it will be possible to play with this type of enemy as a new character class.
- Translations