Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicRPG MythicRPG
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicRPGMythicRPG
  • Wiki
  • Archetypes

Archetypes · Changes

Page history
Create Archetypes authored Nov 23, 2023 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 21 additions and 0 deletions
+21 -0
  • Archetypes.md Archetypes.md +21 -0
  • No files found.
Archetypes.md 0 → 100644
View page @ 346ddbff
# What is an Archetype?
Archetypes in Mythic represent the idea of things like "classes", "professions", "jobs", etc. Rather then having separate generic systems for each, in Mythic you get the full set of tools to create these things however you want.
When creating Archetypes, they can be divided into groups. The most common group would probably be `CLASS`, and this is the default group when making an archetype.
# Configuring Archetypes
Archetypes are configured in the `Archetypes` folder inside any Mythic pack. Just create a `.yml` file inside the Archetypes folder, and you can put as many archetypes inside this file as you'd like - organize it however makes sense to you!
The example pack generates a `classes.yml` file which contains several simple example classes.
### Configuration
### Default Archetypes
You can configure a 'default' archetype that new players will start as in the `config-archetypes.yml` file inside the `MythicMobs` plugin directory.
With the example files, by default, RPG comes with 2 archetype groups - `class` and `profession` - which can be changed or removed if you'd like. The example files also come with a default class - `Adventurer`. This class doesn't do anything by default but serves as a basic starting point for the examples.
```
ADVENTURER:
Display: 'Adventurer'
MaxLevel: 1
```
\ No newline at end of file
Clone repository

MythicRPG

  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Spells
    • Learning
    • Casting
    • Reagents
  • Archetypes
    • Leveling
    • Talents
    • Professions
    • Boosters
  • Currencies
  • Waypoints
Mechanics
  • RPG Mechanics
  • RPG Targeters
  • RPG Triggers
  • RPG Conditions
Placeholders
  • Placeholders
  • Placeholders.yml