[core] [lua] abyssea cruor reward system#9956
Open
lefneer311 wants to merge 1 commit intoLandSandBoat:basefrom
Open
[core] [lua] abyssea cruor reward system#9956lefneer311 wants to merge 1 commit intoLandSandBoat:basefrom
lefneer311 wants to merge 1 commit intoLandSandBoat:basefrom
Conversation
9bbb8f6 to
857ca30
Compare
- Adds a fully configurable system for cruor drops in abyssea zones - Adds base cruor drop range for standard mobs, ephemeral mob multiplier, and the varying cruor amounts based on NM model size - Adds the differing species cruor chain mechanic - Incorporates the effect of silver lights on cruor earning (0-60%) - Incorporates the effect of ebon lights on silver lights (1.0 - 2.0) - Incorporates the effect of the reaper abyssites for 10% bonus (configurable) - Adds bonus exp effect of golden lights (0~50%) - Incorporates the effect of ebon lights on golden lights (1.0 - 2.0) - Resolves SQL table formatting bug for traverser start (bug LandSandBoat#9893)
857ca30 to
73f121a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I affirm:
What does this pull request do?
Bonus experience points from golden (and ebon effect on golden) lights are calculated as additive to the multiplier received from sources such as RoV key items. At maximum combined effect, they add 1.0 to the calculation. RoV KI's cap at 180% (base exp * 2.8); golden light cap (+0.5) and ebon light cap (gold effect * 2) results in (base exp * 3.8). Thus, 195 base exp becomes 546 with RoV KIs, and 741 with capped gold and ebon lights.
Sources:
https://www.bg-wiki.com/ffxi/Abyssea_Lights
https://www.bluegartr.com/threads/104530-Abyssea-Lights?p=4691394&viewfull=1#post4691394
https://www.bg-wiki.com/ffxi/Category:Abyssea
https://www.bg-wiki.com/ffxi/Category:Abyssea_Atma
https://www.bg-wiki.com/ffxi/Category:Abyssea_Abyssite
Steps to test these changes
Leave the default settings on - go to Abyssea, defeat mobs, receive cruor.
Alternate mob families between each kill to see the effect of the chain.
Use !addlights silver 100 {playername} and see a spike in cruor received
Repeat tests for extra silver and ebon lights
Use !addlights gold 100 {playername} and see a spike in exp received
Repeat tests for extra gold and ebon lights
Enjoy!
Final image below shows capped chain effect with capped lights (silver, gold, and ebon) without any reaper abyssites.: