Skill - 416rehman/mythic.obsidian GitHub Wiki
#gameplay The skill system in our game allows players to enhance and customize their characters as they level up. Skills are character-level upgrades that cost skill points, which are only earned by leveling up. Skills are divided into different skill lines, each of which focuses on a specific aspect of gameplay.
In the tutorial, we force the player to unlock the skill: "Evasion: Get out of sticky situations by performing a combat-roll". This introduces the player to the skill system and also unlocks a core movement feature.
Some examples of skill lines include:
This skill line affects how the player interacts with the game world.
- Survivalist: Unlock the ability to set up a tent, deploying a tent removes previous tents, Cost: 1
- Camping Master: Upgrade the tent to a campsite which includes a fire pit and crafting station, Cost: 2
- Expert Outdoorsman: Unlock the ability to fast travel to or from your campsite, once per 30 minutes, and costs gold, Cost: 3
This skill line includes skills dealing with inventory and other kinds of slots. Examples include:
- "Juggler": Increases hotbar size to 6. Cost: 1 skill point
- "Multitasker": Adds a second Ability slot (E). Cost: 2 skill points
- "Rune-Obsessed": Unlocks a second Rune slot. Cost: 3 skill points
- "Rune-Runner": Unlocks a third rune slot. Cost: 4 skill points
- "Historian": Unlocks a fourth rune slot. Cost: 5 skill points
This skill line affects how traveling works in the game.
- Pathfinder: Unlock the ability to fast travel between sign posts, Cost: 1
- Wayfarer: Reduce the cost of fast travel by 15%, Cost: 2
- Ranger: Reduce the cost of fast travel by 30%, Cost: 3.
This skill line includes skills that increase the size of the player's backpack. Examples include:
- "Mini Backpack": Increases backpack size to 15. Cost: 1 skill point
- "Traveller's Backpack": Increases backpack size to 20. Cost: 2 skill points
- "Backpack of Champions": Increases backpack size to 25. Cost: 3 skill points
- "Packrat": Increases backpack size to 40. Cost: 4 skill points