added readme
This commit is contained in:
parent
c0d0556d3d
commit
3aebfb43a1
1 changed files with 14 additions and 5 deletions
|
@ -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`
|
Loading…
Reference in a new issue