From 807b36295754f78be9aa32ce4e75ab3d85d42b95 Mon Sep 17 00:00:00 2001 From: Rag Date: Thu, 25 Apr 2024 00:30:13 -0700 Subject: [PATCH] Fix Documentation (cherry picked from commit 891141414effd605df24fa29aba227f0fddb402d) --- README.md | 6 +++--- Rag_5040/PLD.lua | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 71fa927..a0ad974 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. @@ -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. ``` diff --git a/Rag_5040/PLD.lua b/Rag_5040/PLD.lua index b22dcd1..e3a51c6 100644 --- a/Rag_5040/PLD.lua +++ b/Rag_5040/PLD.lua @@ -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 = { @@ -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 = { @@ -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',