mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-18 10:16:32 +01:00
tbaMUD is the continued development of the codebase formerly known as CircleMUD.
http://tbamud.com/
| .github/workflows | ||
| bin | ||
| cnf | ||
| doc | ||
| lib | ||
| log | ||
| src | ||
| .clang-tidy | ||
| .gitignore | ||
| autorun | ||
| autorun.amiga | ||
| autorun.cmd | ||
| autorun.pl | ||
| autorun.sh | ||
| changelog | ||
| CMakeLists.txt | ||
| configure | ||
| LICENSE.md | ||
| macrun.pl | ||
| README.md | ||
| vms_autorun.com | ||
Files for Miranthas MUD.
Miranthas MUD is a continuation of tbaMUD/CircleMUD, which is built on DIKU MUD. The code here is freeware to honor that tradition.
Due to the sensitive nature of topics found in this setting, all characters and players are 18+. The game world is derived from several inspirational sources, most notably the former Armageddon MUD.
Roleplay is highly encouraged, but not enforced.
Features in Miranthas MUD Alpha release:
- The city of Caleran is available for exploration
- Experience points and levels are removed in favor of skill based progression
- Initial skills/spells based partly on tbaMUD code and 5e conversion (to be cleaned up in later release)
- 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
- 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
- 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
- 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)
- 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
- 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
- Account system for tracking players/characters over long periods of time
Features to be implemented in the next few releases:
- Race/species selection
- Subclass selection
- New calendar and moon cycles
- Heat based on time of day increases/decreases, changing hunger/thirst levels
- Sandstorms
- Shaded rooms
- Criminal system for cities and jails
- Basic Psionics
- Basic crafting system
- Continued skill and spell improvements
- Apartment rentals for storing your loot
- 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
- Claimed resources improve quality of armor/weapons/food/prices available
...and down the road:
- 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
- Discord server integration for ticketing and community
- Full documentation for admins and easy to follow improvement guides
- ...suggestions from anyone who uses this game