Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.81 KB

README.md

File metadata and controls

68 lines (46 loc) · 2.81 KB

Elden Ring Weapon Attack Rating Calculator

Overview

Welcome to the Elden Ring Weapon Attack Rating Calculator! This application is designed to help you optimize your gameplay by providing detailed information and comparisons of weapon attack ratings. You can search, filter, and sort weapons by various metrics, compare multiple weapons in a line graph, and get a detailed weapon damage type breakdown in a line area graph. The application is mobile-responsive and provides real-time updates based on your customized character stats.

Features

  • Search and Filter Weapons: Easily find weapons based on name, affinity, weapon type, and passive effects.
  • Sort Weapons: Sort weapons by various metrics such as attack rating, scaling, weight, etc.
  • Compare Weapon Damage: Compare the damage of multiple weapons in a line graph.
  • Detailed Damage Breakdown: Get a detailed weapon damage type breakdown in a line area graph.
  • Customizable Character Stats: Input and change your character's stats to see how different weapons perform. The options and damages update in real time.
  • Mobile Responsive: The application is fully responsive and works seamlessly on mobile devices.

Employee-Directory-Scroll-SS

Installation

  1. Clone the Repository:

    git clone https://github.com/nyedr/elden-ring-ar-calculator.git
    cd elden-ring-weapon-calculator
  2. Install Dependencies:

    npm install
  3. Run the Application:

    npm start

Usage

  1. Launch the Application: Open your web browser and navigate to http://localhost:3000.

  2. Search and Filter Weapons:

    • Use the search bar to find weapons by name.
    • Use the filters to narrow down your weapon choices based on affinity, weapon type, and passive effects.
  3. Sort Weapons: Click on the column headers in the weapon list to sort by that attribute (e.g., attack rating, scaling).

  4. Customize Character Stats: Enter your character's stats (Strength, Dexterity, Intelligence, Faith, Arcane) in the character stat sheet to see how each weapon scales with your attributes. The weapon options and damage values update in real time based on your inputs.

  5. Compare Weapon Damage: Select multiple weapons to compare their damage in a line graph.

  6. View Detailed Breakdown: Click on a weapon's name to view a detailed breakdown of its damage types, scaling, and attack rating.

  7. View Detailed Damage Breakdown: Press the graph button at the end of the weapon row to see a damage breakdown by level in the form of a line area graph.

License

This project is licensed under the MIT License. See the LICENSE file for details.