Simple RPG

Quick rating

Simple RPG

No reviews yet

Adds RPG mechanics to Minecraft. Most of the mod is configurable.

Fantasy
RPG
Player Leveling
Skills & Abilities
UI & Menu Tool
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
Simple RPG version 2.2 for Minecraft 1.12.1 and 1.12.2

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This mod add RPG mechanics to Minecraft. Killing mobs gives experience that is separate from the vanilla experience used to enchant. Gain enough experience and you earn more health and deal more damage per hit. Most of the mod is configurable.

Experience gained by killing a mob is calculated in the following steps:

  1. A value is added based on the max health (default 0.05 per half-heart) and attack damage (default 0.1 per half-heart) of the mob
  2. The above value is then multiplied by a value based on armor (default 0.1 per armor point)
  3. The value is then multiplied by a value based on difficulty (default: peaceful 0.25, easy 0.75, normal 1.0, hard 1.25, 1.5 hardcore)

The player has a default base health of 20 and gain 2 health every level plus a multiplier of 0.0075 per level. Attack damage is calculated by multiplying the base damage of the hit by the following formula:

atk * 0.1

where atk is calculated from this formula:

(1 + flat * (level - 1)) * (1 + (level - 1) * rate)

where flat and rate are values set in the config. (default 1 flat, 0.005 rate)

After that the value is then multiplied by a value based on two values set in the config. (default 0.75 base damage, 0.5 variation)

The mod also has a custom overlay that can be disabled in the config:

1xVN.png

(The difficulty bar is not part of this mod, it is part of Scaling Health)

The XP bar is at the top of the screen, and can be moved around and resized in the config.

The mod also has a command to view the stats not shown on the overlay and view the stats of other players:

/pilotsrpg_stats [player]
OR
/simplerpg_stats [player]

You can enable damage based experience mode. Instead of gaining experience when you kill a mob, you gain it based on damage dealt, mob health, mob armor, and mob attack from the following formula:

(damage * Damage Value) * (1 + (XP Per Health * Mob Health * 0.1)) * (1 + (XP Per Attack * Mob Attack * 0.4)) * (1 + (XP Per Armor * Mob Armor * 0.2)) * Difficulty Modifier

 where damage is the damage dealt by the player and Damage Value is a value set in the config. (default 0.13333333333333333)

Edit Dec 6, 2017: Corrected defaults to the ones in version 2.x and updated the screenshot of the overlay.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~100,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works