Skip to content

Commit

Permalink
Fix Documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit 8911414)
  • Loading branch information
genshinteambuilds committed Apr 25, 2024
1 parent 3df9fd5 commit 807b362
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This will work 99% of the time unless you have added your own logic and therefor
interim equip sets will no longer work when this is enabled.
```

# Additional Commands for All Mage Jobs:
## Additional Commands for All Mage Jobs:
```
/addmp [number] - adds a set amount of MP to decide usage of the IdleMaxMP set.
this can be used when eating food or for other +MP effects.
Expand All @@ -102,7 +102,7 @@ This will work 99% of the time unless you have added your own logic and therefor
Accuracy sets.
```

# Additional Commands for All Melee Jobs:
## Additional Commands for All Melee Jobs:
```
/tpset /tp /mode - toggles TP set between a LowAcc and HighAcc set.
this will be overwritten if you have a DT or resistance set etc. enabled.
Expand Down Expand Up @@ -166,7 +166,7 @@ All of the following toggles set what jug Call Beast will use.
Will also force you to equip TH gear when using a ranged attack.
```

## Additional Commands for THF:
## Additional Commands for PLD:
```
/dps - used for PLD to turn on DPS LowAcc / HighAcc TP set behaviour.
```
Expand Down
19 changes: 10 additions & 9 deletions Rag_5040/PLD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ local sets = {
Neck = 'Shield Torque',
Ear1 = 'Merman\'s Earring',
Ear2 = 'Bloodbead Earring',
Hands = 'Dst. Mittens +1',
Hands = 'Dst. Mittens +1', -- 2
Ring1 = 'Merman\'s Ring',
Ring2 = 'Sattva Ring',
Ring2 = 'Sattva Ring', -- 5
Back = 'Boxer\'s Mantle',
Waist = 'Warwolf Belt',
Legs = 'Dst. Subligar +1',
Legs = 'Dst. Subligar +1', -- 3
Feet = 'Glt. Leggings +1',
},
IdleALT = {
Expand All @@ -38,17 +38,17 @@ local sets = {
Sub = 'Koenig Shield',
Range = 'Rosenbogen',
Ammo = '',
Head = 'Darksteel Cap +1',
Body = 'Dst. Harness +1',
Head = 'Darksteel Cap +1', -- 2
Body = 'Dst. Harness +1', -- 4
Neck = 'Shield Torque',
Ear1 = 'Merman\'s Earring',
Ear2 = 'Bloodbead Earring',
Hands = 'Dst. Mittens +1',
Ring1 = 'Jelly Ring',
Ring2 = 'Sattva Ring',
Hands = 'Dst. Mittens +1', -- 2
Ring1 = 'Jelly Ring', -- 5
Ring2 = 'Sattva Ring', -- 5
Back = 'Boxer\'s Mantle',
Waist = 'Warwolf Belt',
Legs = 'Dst. Subligar +1',
Legs = 'Dst. Subligar +1', -- 3
Feet = 'Glt. Leggings +1',
},
Resting = {
Expand Down Expand Up @@ -379,6 +379,7 @@ local sets = {
Ear1 = 'Merman\'s Earring',
Ear2 = 'Brutal Earring',
Body = 'Haubergeon',
-- Hands = 'Homam Manopolas',
Hands = 'Dusk Gloves',
Ring1 = 'Toreador\'s Ring',
Ring2 = 'Toreador\'s Ring',
Expand Down

0 comments on commit 807b362

Please sign in to comment.