Glossary
This glossary explains some common terms and abbreviations related to Cataclysm: Dark Days Ahead briefly.
Cataclysm: Dark Days Ahead itself
- C:DDA
- CataDDA
- Cataclysm DDA
- Abbreviation for “Cataclysm: Dark Days Ahead”.
- MOTD
- Abbreviation for “Message Of The Day”. In C:DDA the MOTD can be seen in the main menu and briefly shows the major changes in this version. The term “MOTD” is used by some other programs as well, maybe with the same or a slightly different meaning.
Game
Friends and foes
- monster
- Generic term for all sorts of enemies or friends which may or may not attack the player character. Most monsters are hostile towards the player character. Importantly, all monsters are unlike the player character. This makes them different from NPCs. In C:DDA the term “monsters” does not restrict to living beings, even small creatures like squirrels, even robots are called “monsters” in C:DDA.
- zed
- Slang term for “zombie”. The word “zed” probably comes from the fact that in console mode the symbol for zombies is the capital letter “Z”, which is also called “zed” in English.
- PC
- Short for “Player Character”. It is the character which is controlled by the player.
- NPC
- Short for “Non-Player Character”. It is a character which has (more or less) the same abilities as the PC, but is controlled by the computer instead. See NPC.
Items
- CBM
- Short for “Compact Bionics Module”. See Bionics.
Game concepts
- Str
- Abbreviation for “Strength”. See Stats.
- Dex
- Abbreviation for “Dexterity”. See Stats.
- Int
- Abbreviation for “Intelligence”. See Stats.
- Per
- Abbreviation for “Perception”. See Stats.
- Spd
- Abbreviation for “Speed”.
Technical terms
- RNG
- Short for “random number generator”. A RNG creates a random number, like when you throw a dice. C:DDA uses these random numbers to determine success or failure of certain actions, like attacks, dodging, installing a bionic, etc. or to determine (to some degree) how much damage is dealt and to create the world and many other things.
- SDL
- Short for “Simple DirectMedia Layer”. SDL is a software library which is used (besides other uses) for 2D graphics. C:DDA uses SDL optionally to draw graphical tiles.
- Vi keys
- The keyboard keys “h”, “j”, “k” and “l”. They stand for the directions left, down, up and right, respectively. “Vi” is the name of a text editor which uses these key bindings to move the cursor in the said directions.