A lightweight, web-based tool designed to help players visualize and optimize their starting character for the Prophesy of Pendor mod for Mount & Blade: Warband.
- Real-time Stat Tracking: Instantly see how your background choices affect your primary Attributes (Strength, Agility, Intelligence, and Charisma).
- Skill & Proficiency Breakdown: Automatically calculates starting skills and weapon proficiencies based on your character's history.
- Dynamic Equipment Generation: Lists your starting inventory, including weapons, armor, and horses.
- Gender-Specific Logic: Accurately reflects the different stat bonuses and background options available to male and female characters.
- Conditional Bonuses: Includes complex logic for Stage 4 bonuses that vary depending on your choices in earlier stages (e.g., specific equipment rewards based on your Father's profession).
- Resource Overview: Displays starting Gold, Honor, Renown, and Rumor Intervals.
- HTML5
- Tailwind CSS (via CDN)
- Vanilla JavaScript (No external dependencies)
Since this is a client-side application, there is no installation required.
- Clone the repository:
git clone [https://github.com/frankstop/PendorCharacterCreator.git](https://github.com/frankstop/PendorCharacterCreator.git)
- Run the app:
Simply open
index.htmlin any modern web browser.
- Select Gender: Choose between Male or Female to set your base attributes.
- Choose Your Path: Progress through the four stages of your backstory (Father's profession, early life, etc.).
- Review Summary: Monitor the Character Summary sidebar on the right to see your final build in real-time.
- Reset: Use the Reset Choices button to clear your selections and start a new build.
- Game/Mod: Based on the character creation mechanics of the Prophesy of Pendor mod for Mount & Blade: Warband.
- Developer: Frank Valdez
This project is open-source and available under the MIT License.