From 3aebfb43a1c26c40f62e5e003ef67921b608ace8 Mon Sep 17 00:00:00 2001 From: vodofrede Date: Fri, 25 Mar 2022 22:26:31 +0100 Subject: [PATCH] added readme --- NOTES.md => README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) rename NOTES.md => README.md (64%) diff --git a/NOTES.md b/README.md similarity index 64% rename from NOTES.md rename to README.md index 3075273..666193c 100644 --- a/NOTES.md +++ b/README.md @@ -1,6 +1,15 @@ # Notes -## Armor +## Running + +### Regulation Extraction + +1. [UXM](https://cdn.discordapp.com/attachments/529900741998149643/949045219175825448/UXM_2.4.ER_EldenRingQuickhack.zip) to extract the game files. +2. [Yapped (Rune Bear)](https://github.com/vawser/Yapped-Rune-Bear) for converting regulation to `.csv`. + +## Param Categories + +### Armor - Weight: `EquipParamProtector.csv` - Poise: `EquipParamProtector.csv` - in-game poise value is (poise \* 1000) @@ -8,25 +17,25 @@ - Defenses: `EquipParamProtector.csv` - defense is (1 - absorption) \* 100 - Stats: ??? -## Classes +### Classes - Starting: `CharaInitParam.csv` - Softcaps: `CalcCorrectGraph.csv` -## Weapons +### Weapons - Damage: `EquipParamWeapon.csv` - Scaling: `EquipParamWeapon.csv` - Upgrading: `ReinforceParamWeapon.csv` - Ash of War: `EquipParamGem.csv` -## Talismans +### Talismans - Weight: `EquipParamAccessory.csv` - Stats: `SpEffectParam.csv` - Effects: `SpEffectParam.csv` -## Magic +### Magic - FP cost: `Magic.csv` - Stam. cost: `Magic.csv`