tbamud/README.md

113 lines
6.2 KiB
Markdown
Raw Normal View History

2025-12-29 18:08:53 -08:00
***Files for Cataclysm MUD.***
2013-04-13 00:24:38 +02:00
2025-12-29 18:08:53 -08:00
Cataclysm MUD is a continuation of tbaMUD/CircleMUD, which is built on DIKU MUD.
The code here is freeware to honor that tradition. Licensing and use should be based
on what was outlined previously. Any new code added here is released under the same
license.
2013-04-13 00:24:38 +02:00
2025-08-21 14:45:21 -07:00
Due to the sensitive nature of topics found in this setting, all characters and
2025-12-26 09:58:06 -08:00
players are 18+. The game world is derived from several inspirational sources,
most notably the former Armageddon MUD.
2025-08-21 14:45:21 -07:00
Roleplay is highly encouraged, but not enforced.
2025-12-29 18:20:07 -08:00
Changes from stock tbaMUD 2025 to Cataclysm MUD v1.0.0-alpha:
2025-08-21 14:45:21 -07:00
2025-12-26 09:58:06 -08:00
* The city of Caleran is available for exploration
2025-08-21 14:45:21 -07:00
* Experience points and levels are removed in favor of skill based progression
2025-12-26 09:58:06 -08:00
* Initial skills/spells based partly on tbaMUD code and 5e conversion (to be cleaned up in later release)
2025-08-21 14:45:21 -07:00
* Expanded emoting system for roleplay
* Permanent character death - aka. hardcore mode
* A hybrid "5e-like" system where:
- [ ] Legacy THAC0 systems are removed in favor of the modern 5e system
- [ ] Your skill level translates to a proficiency bonus on a per-skill level
- [ ] Saving throws are based on 5e rules (if your class has them, you do)
- [ ] Your spell save DC is 8 + skill profiency + ability mod for your class
- [ ] AC and to hit d20 rolls typical of 5e, capped at +10 to hit and +8 to AC
2025-12-16 08:08:05 -08:00
- [ ] Introduction of basic 5e skills which are used for multiple commands
* QUIT room flags to designate a room safe to quit in, as well as quit ooc <message>
* SAVE room flags for players to drop their loot in (such as an apartment or barracks)
* NPC's can be equipped with items and their prototypes saved for quick future loading
* Rooms can be saved with their objects and NPC's to be loaded on the next boot
* Converted action descriptions to main descriptions for items
* Mapping command now supports new terrain types
2025-12-24 08:38:38 -08:00
* Players do not pay to keep their items when they log out
* Furniture items now allow items to be placed on top of them (a mug on top of the bar)
2025-12-16 08:08:05 -08:00
* Furniture items can now be stood at, sat on, rested on, and slept on
* Furniture items in rooms can be reviewed with "look tables"
* Think, feel, and OOC commands for roleplay purposes
2025-12-16 08:08:05 -08:00
* Expanded say, talk, and whisper commands to allow for greater roleplay
* Sneak/Hide have been updated and an opposed roll against observers occurs
* Ability to stealthily put or get items from containers via Palm/Slip commands
* Listening in on conversations nearby is possible
* Modernized stat output for immortals
* NPC's can now be assigned a class like a PC and inherit the relevant skills
* PC's now use a short description for identification instead of name
* Backgrounds are now available for PC's and NPC's
2025-12-26 09:58:06 -08:00
* Account system for tracking players/characters over long periods of time
2025-12-29 18:08:53 -08:00
2025-12-29 18:20:07 -08:00
Changes in v1.1.0-alpha:
2025-12-29 18:08:53 -08:00
* Cleaned up legacy practice system code
2025-12-29 18:12:25 -08:00
* Added skill caps for classes to limit ability of everyone to reach skill level 100 (and respective proficiency)
2025-12-29 07:16:47 -08:00
* Race/species selection and stat ranges (elves have higher dex, dwarves have higher str, etc)
2025-12-29 18:08:53 -08:00
* Renamed move to stamina in code to reflect how much energy is used for certain actions
* Species have base hit/mana/stamina now, plus their class modifier rolls
2025-12-29 07:16:47 -08:00
* Prioritized stats during character generation
2025-12-29 10:55:09 -08:00
* Ability to change ldesc of PC/NPC's in some situations
2025-12-29 18:08:53 -08:00
* Ability to look in certain directions to see what is 1-3 rooms away
* PC's and NPC's can now have an age set between 18-65
2025-12-29 18:12:25 -08:00
* "audit ac" command for immortals (formerly "acaudit"), allowing for further audit commands in the future
2025-12-29 18:20:07 -08:00
* Minor score output change to only show quest status while on a quest, PC/NPC name, sdesc, and current ldesc
2025-12-30 08:22:48 -08:00
* Added ability to reroll initial stats if they are not to player's liking, and undo reroll if needed
2025-12-30 10:11:20 -08:00
* Removed alignment from game - no more GOOD/EVIL flags and restrictions on items/shops
2025-08-21 14:45:21 -07:00
Features to be implemented in the next few releases:
2025-12-30 10:11:20 -08:00
* Updated door code so that it can be closed/locked/saved with rsave code
* SECTOR/ROOM type changes to make terrain movement easier or more difficult
* Subclass selection to personalize character further
* Combat is slowed down so it isn't over in < 15 seconds (unless you're far outmatched)
* Mounts added to help with long trips
* Wagons added to help with caravans
2025-12-30 10:11:20 -08:00
* BUILDING object type created to allow enter/leave
* Updated BUILDING object type so that it can be damaged and no longer enterable (but someone can leave at cost to health)
* Plantlife introduced
* Updated lockpicking skill
* Trap as a skill - one focused on city and one focused on desert
* Poisons and antidotes
* New alcohol and drugs/stimulants
* Skimmers/ships to traverse difficult terrain
* New elemental classes
* Introduction of gathering mana/magic for sorceror class
* Highly modified magic system
* Components for some magical spells
* Reading/writing limited to specific castes of society
* Haggling and bartering system
2025-12-26 09:58:06 -08:00
* New calendar and moon cycles
2025-08-21 14:45:21 -07:00
* Heat based on time of day increases/decreases, changing hunger/thirst levels
2025-12-30 10:11:20 -08:00
* Weather updates and sandstorms limiting visibility
* Shaded rooms providing bonuses to regeneration
2025-08-21 14:45:21 -07:00
* Criminal system for cities and jails
* Basic Psionics
* Basic crafting system
* Apartment rentals for storing your loot
2025-12-26 09:58:06 -08:00
* Enhanced quest system
* Dialogue trees with NPC's
* Additional zones/cities based on Miranthas world map
* Resources on the world map can be claimed by different city-states or independent factions
2025-08-21 14:45:21 -07:00
* Claimed resources improve quality of armor/weapons/food/prices available
2025-12-29 18:08:53 -08:00
* Death from old age if you roll badly on your birthday after the expected lifespan of a species
* Attacks hit different parts of the body and have different damage effects
* Armor degradation based on damage taken per body part
* Weapon degradation based on damage dealt - potentially shattering weapons
2025-08-21 14:45:21 -07:00
...and down the road:
2025-12-26 09:58:06 -08:00
* Replace ASCII files in favor of SQL database on the backend
* Replace DG Scripts with a Python abstraction layer for modern scripting support
* Replace Oasis OLC with more modern interface for easing builder duties
2025-08-21 14:45:21 -07:00
* Discord server integration for ticketing and community
* Full documentation for admins and easy to follow improvement guides
2025-12-26 09:58:06 -08:00
* ...suggestions from anyone who uses this game