A downloadable asset pack

Get this asset pack and 12 more for $32.50 USD
View bundle
Buy Now
On Sale!
50% Off
$10.00 $5.00 USD or more

๐Ÿ”๏ธ ED5 Skyrim Skill Leveling System

Version 1.0 | by ChigooX/ED5

Transform your RPG Maker game with a comprehensive Skyrim-style skill progression system where individual skills drive character development. Level up skills through actual gameplay, gain bonuses based on equipment usage, and watch your character grow organically!


โœจ Key Features

๐ŸŽฏ True Skill-Based Progression

  • 18 Default Skills across 5 categories (Combat, Magic, Stealth, Crafting, General)
  • Level skills by using them - No manual allocation needed
  • 26 Different Condition Types for earning experience
  • Overall level calculated from skills - Just like Skyrim!
  • Per-skill custom exp curves (Linear, Quadratic, Skyrim-style, or Custom)

โš”๏ธ Skyrim-Accurate Conditional Bonuses

  • Equipment-based bonuses - Heavy Armor skill only boosts defense when wearing heavy armor
  • Per-bonus control - Mix conditional and permanent bonuses in the same skill
  • Realistic progression - Training in armor makes you better at wearing armor
  • Toggle global or per-bonus - Full flexibility for your game design

๐ŸŽจ Beautiful User Interface

  • Organized skill menu with category grouping
  • Progress bars showing exp to next level
  • Actor face, name, class, and overall level display
  • Detailed skill information window with bonuses and conditions
  • Party member switching with PageUp/PageDown buttons (just like default menus!)
  • Skyrim-style level-up notifications with configurable duration

๐Ÿ”ง Three Leveling Modes

Choose how skills interact with actor levels via a simple dropdown:

  • Mode 1: Skills Only (Default) - Skills independent from actor level
  • Mode 2: Skills Drive Actor Level - Actor level automatically syncs to overall skill level
  • Mode 3: Skills Grant Actor Exp - Skill level-ups give actor experience (hybrid system)

๐ŸŽฎ Developer-Friendly

  • Party position functions - Work with "party leader" instead of "Actor #3"
  • Flexible tagging system - Group skills, items, weapons, and armor with custom tags
  • Plugin commands for easy event integration
  • Script calls for advanced customization
  • Full save/load compatibility
  • Works with both MZ and MV

๐Ÿ“‹ Default Skills Included

โš”๏ธ Combat Skills

  • One-Handed - Swords, daggers, and one-handed weapons
  • Two-Handed - Greatswords, battleaxes, and heavy weapons
  • Archery - Bows and ranged combat
  • Block - Shield and defensive combat
  • Heavy Armor - Protection and endurance in battle
  • Light Armor - Mobility and evasion in combat

โœจ Magic Skills

  • Destruction - Offensive elemental magic
  • Restoration - Healing and support magic
  • Alteration - Protection and utility spells
  • Conjuration - Summoning creatures and weapons
  • Illusion - Mind manipulation magic

๐Ÿ—ก๏ธ Stealth Skills

  • Sneak - Moving unseen and unheard
  • Lockpicking - Opening locks without keys
  • Pickpocket - Stealing from others undetected

๐Ÿ”จ Crafting Skills

  • Smithing - Forging and improving equipment
  • Enchanting - Imbuing items with magic
  • Alchemy - Brewing potions and poisons

๐Ÿ’ฌ General Skills

  • Speech - Persuasion and bartering

๐ŸŽฏ Condition Types (26 Total)

Skills level up when these conditions are met:

Category Conditions
Combat Enemy Killed, Damage Dealt, Critical Hit, Evaded, Guarded, HP Lost, MP Lost, TP Gained
Skills/Items Skill Used, Skill Type Used, Item Used, Item Tag Used, State Applied, Healing Done
Equipment Weapon Type Used, Armor Type Used, Equip Type Used, Wearing Armor Type, Wearing Weapon Type
Exploration Steps Walked, Gold Gained, Battle Won, Escaped
Advanced Element Used, Variable Changed, Switch Changed, Level Up, Custom (JavaScript)

๐Ÿ’Ž Bonus Types

Skills grant these bonuses as they level up:

  • Parameters - HP, MP, ATK, DEF, MAT, MDF, AGI, LUK
  • Ex-Parameters - HIT, EVA, CRI, CEV, MEV, MRF, CNT, HRG, MRG, TRG
  • Sp-Parameters - TGR, GRD, REC, PHA, MCR, TCR, PDR, MDR, FDR, EXR
  • Skill Unlock - Learn new abilities at specific levels
  • Trait Add - Add traits to the actor
  • State Resist - Immunity to status effects
  • Element Resist - Resistance to elements
  • Custom - JavaScript for advanced effects

๐ŸŽฎ Easy to Use

For Players

  1. Play the game naturally
  2. Use weapons, armor, and skills
  3. Watch your skills level up automatically
  4. Open the Skills menu to see your progression
  5. Switch between party members with PageUp/PageDown buttons

For Developers

  1. Install the plugin
  2. Choose your leveling mode from the dropdown
  3. Customize the 18 default skills (or use as-is!)
  4. Add <skillTag:Fire> notetags to items
  5. Use plugin commands or script calls for events

๐Ÿ“ Script Examples

Add Experience (Party Position)

// Give party leader 1000 Heavy Armor exp
SkyrimLeveling.addPartyMemberSkillExp(1, 'HeavyArmor', 1000);
// Give 2nd party member 500 Archery exp
SkyrimLeveling.addPartyMemberSkillExp(2, 'Archery', 500);

Add Experience (Actor ID)

// Give Actor #1 experience
SkyrimLeveling.addSkillExp(1, 'OneHanded', 500);

Set Skill Level

// Set party leader's Destruction to level 50
SkyrimLeveling.setPartyMemberSkillLevel(1, 'Destruction', 50);

Open Skill Menu

// Open skill menu for party leader
SkyrimLeveling.openSkillMenu();

๐Ÿ”– Item Tagging System

Add custom tags to items for flexible skill progression:

<skillTag:Fire>      // Fire spell
<skillTag:Healing>   // Healing potion
<skillTag:Alchemy>   // Alchemy ingredient
<skillTag:Ore>       // Smithing material
<skillTag:SoulGem>   // Enchanting material

Then use itemTagUsed conditions to level skills when these items are used!


โš™๏ธ Plugin Commands

Available in the event editor:

  • Add Skill Experience - Give exp to an actor's skill
  • Add Skill Exp (Party Member) - Give exp by party position
  • Set Skill Level - Set an actor's skill level
  • Set Skill Level (Party Member) - Set by party position
  • Open Skill Menu - Show skill menu for an actor
  • Open Skill Menu (Party Member) - Show by party position
  • Reset Skill - Reset a skill to starting level
  • Reset All Skills - Reset all skills for an actor

๐ŸŽจ Customization Options

  • Leveling Mode - Choose from 3 modes (dropdown)
  • Conditional Bonuses - Enable Skyrim-style equipment requirements
  • Overall Level Formula - Average, Sum/10, Highest, or Custom
  • Experience Curve - Linear, Quadratic, Skyrim, or Custom per skill
  • Notification Duration - 1-10 seconds (60-600 frames)
  • Progress Bar Colors - Customize the look
  • Max/Starting Levels - Default values for all skills
  • Menu Integration - Enable/disable skill menu in main menu

๐Ÿ“ฆ What's Included

  • โœ… ED5_SkyrimSkillLeveling.js - Main plugin file (~2600 lines)
  • โœ… 18 Pre-configured skills ready to use
  • โœ… Comprehensive documentation in plugin help
  • โœ… Example conditions and bonuses for each skill
  • โœ… Full MZ and MV compatibility

๐Ÿ”ง Technical Details

  • Engine Support: RPG Maker MZ & MV
  • Language: JavaScript (ES5 for maximum compatibility)
  • Plugin Format: Standard RPG Maker plugin with parameter GUI
  • Save Compatibility: Full support for save/load
  • Performance: Optimized for smooth gameplay
  • Conflicts: Minimal - uses standard RPG Maker APIs

๐Ÿ’ก Perfect For

  • โœ… Elder Scrolls-style RPGs with skill-based progression
  • โœ… Action RPGs where gameplay determines character growth
  • โœ… Open-world games with diverse playstyles
  • โœ… Roguelikes/Roguelites with permanent skill progression
  • โœ… Any RPG wanting meaningful skill systems!

๐ŸŽ“ Learning Curve

  • Beginner: Use the 18 default skills as-is (5 minutes setup)
  • Intermediate: Customize skills, conditions, and bonuses (30 minutes)
  • Advanced: Create custom conditions and bonuses with JavaScript (1-2 hours)

๐Ÿ“– Documentation

Includes extensive documentation:

  • ๐Ÿ“˜ In-Plugin Help - Complete reference in the plugin file
  • ๐Ÿ“— Condition Type Guide - All 26 condition types explained
  • ๐Ÿ“• Bonus System Guide - How bonuses work
  • ๐Ÿ“™ Script Call Reference - All functions documented
  • ๐Ÿ“” Example Setups - Ready-to-use skill configurations

๐Ÿ†• Version 1.0 Features

This is the initial release with all features included!

  • โœจ Complete skill progression system
  • โœจ 18 default skills across 5 categories
  • โœจ 26 condition types for earning experience
  • โœจ Skyrim-style conditional bonuses
  • โœจ Per-bonus conditional control
  • โœจ 3 leveling modes (single dropdown)
  • โœจ Party member navigation in skill menu
  • โœจ Configurable notification duration
  • โœจ Item tagging system
  • โœจ Per-skill custom exp curves
  • โœจ Beautiful categorized UI
  • โœจ Full plugin command support
  • โœจ Party position helper functions
  • โœจ PageUp/PageDown buttons (like default menus)

๐Ÿค Support

Created by ChigooX/ED5

Support development and get early access to future plugins!


โญ Why Choose This Plugin?

  • โœ… Complete System - Everything you need out of the box
  • โœ… True to Skyrim - Authentic skill-based progression
  • โœ… Highly Flexible - Customize everything or use defaults
  • โœ… User-Friendly - Clear dropdown menus, no confusion
  • โœ… Well-Documented - Extensive help and examples
  • โœ… Professional Quality - 2600+ lines of polished code
  • โœ… Active Development - Created by experienced developer
  • โœ… Community Support - Patreon for help and updates

๐Ÿš€ Get Started Today!

Transform your RPG with authentic Skyrim-style skill progression. Perfect for creating immersive, player-driven character development that rewards actual gameplay!

Download now and bring your vision to life! ๐Ÿ”๏ธโš”๏ธโœจ


Tags: RPG Maker MZ, RPG Maker MV, Plugin, Skill System, Skyrim, Elder Scrolls, Progression, Level System, Character Development, Game Development

Purchase

Get this asset pack and 12 more for $32.50 USD
View bundle
Buy Now
On Sale!
50% Off
$10.00 $5.00 USD or more

In order to download this asset pack you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

ED5_SkyrimSkillLeveling.js 113 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.