[XCX] Adds help message to reddit in description of my mods.

This commit is contained in:
lasyan3 2020-07-13 22:10:30 +02:00
parent 82f50f8226
commit 13ac0eb6d9
42 changed files with 86 additions and 54 deletions

View File

@ -2,8 +2,10 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Ground damage multiplicator"
path = "Xenoblade Chronicles X/Mods/Battle/Ground damage multiplicator"
description = Increase the ground damage done by your team (skells not impacted).
version = 4
description = Increase the ground damage done by your team (skells not impacted).|More info and help at reddit.com/r/cemu_xenoblade.
version = 5
[Default]
[Preset]
name = Damage x 2

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Enemy Statistics modificator"
path = "Xenoblade Chronicles X/Mods/Battle/Enemy Statistics modificator"
description = Apply a percent modificator on enemies stats (HP, Melee Attack, Melee Accuracy, Ranged Attack, Ranged Accuracy, Potential and Evasion). You can consult the new values in the Bestiary menu.
description = Apply a percent modificator on enemies stats (HP, Melee Attack, Melee Accuracy, Ranged Attack, Ranged Accuracy, Potential and Evasion). You can consult the new values in the Bestiary menu.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Escape distance reducer"
path = "Xenoblade Chronicles X/Mods/Battle/Escape distance reducer"
description = Reduce escape distance needed to lose aggro from enemies.
description = Reduce escape distance needed to lose aggro from enemies.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Automatic Soul Challenges"
path = "Xenoblade Chronicles X/Mods/Battle/Automatic Soul Challenges"
description = The Soul Challenges QTE are hidden and automatically successful (no preset needed).
description = The Soul Challenges QTE are hidden and automatically successful (no preset needed).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Overdrive unlocked pre-Chapter 5"
path = "Xenoblade Chronicles X/Mods/Battle/Overdrive unlocked"
description = Unleashed the power of Overdrive before Chapter 5.
description = Unleashed the power of Overdrive before Chapter 5.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,6 +2,6 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "DLC Quests unlocked"
path = "Xenoblade Chronicles X/Mods/BLADE/DLC Quests unlocked"
description = DLC Support quests are unlocked and accessible right after you are a BLADE member.
description = DLC Support quests are unlocked and accessible right after you are a BLADE member.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Gain Reward Tickets from DLC or Time Attack missions"
path = "Xenoblade Chronicles X/Mods/BLADE/Gain Reward Tickets from DLC or Time Attack missions"
description = Adds Exchange Tickets in reward of completing Blade missions.
description = Adds Exchange Tickets in reward of completing Blade missions.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,15 +2,17 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Lv60 Skells unlocked"
path = "Xenoblade Chronicles X/Mods/BLADE/Lv60 Skells unlocked"
description = Lv60 Skells and equipment are unlocked and accessible right after you are a BLADE member.
description = Lv60 Skells and equipment are unlocked and accessible right after you are a BLADE member.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]
name = Normal
$miranium = 2
$resource = 3
$ignoreLevel = 2
[Preset]
name = CHEAT - Ignore Miranium and resources requirements
name = CHEAT - Ignore Miranium, resources and level requirements
$miranium = 0
$resource = 0
$resource = 0
$ignoreLevel = 0

View File

@ -41,7 +41,7 @@ _uncapTickets = 0x00000024
[XCX_BLADE_MORETICKETS_1E]
moduleMatches = 0xF882D5CF ; 1.0.1E
codeCaveSize = 0x30
codeCaveSize = 0x40
0x00000000 = .short $mult
_mult = 0x00000000
@ -72,11 +72,24 @@ _dispAfter = 0x00000018
0x02B9FE2C = bla _dispAfter
; ----------------------------------------------------------------------------
; WHO : writeListTicket__Q2_4menu19MenuMultiQuestOrderFPQ2_4menu10MenuObjectiQ3_2fw9CItemType4TypeUsUiT5
; WHAT : multiply tickets from piece exchange
_pieceExchange = 0x0000002C
0x0000002C = mr r5, r29
0x00000030 = lis r29, _mult@ha
0x00000034 = lhz r29, _mult@l(r29)
0x00000038 = mullw r5, r5, r29
0x0000003C = blr
0x02B9796C = bla _pieceExchange
#####################################################################################################
[XCX_BLADE_MORETICKETS_2U]
moduleMatches = 0x30B6E091 ; 1.0.2U
codeCaveSize = 0x30
codeCaveSize = 0x40
0x00000000 = .short $mult
_mult = 0x00000000
@ -106,3 +119,16 @@ _dispAfter = 0x00000018
0x00000028 = blr
0x02B9FE1C = bla _dispAfter
; ----------------------------------------------------------------------------
; WHO : writeListTicket__Q2_4menu19MenuMultiQuestOrderFPQ2_4menu10MenuObjectiQ3_2fw9CItemType4TypeUsUiT5
; WHAT : multiply tickets from piece exchange
_pieceExchange = 0x0000002C
0x0000002C = mr r5, r29
0x00000030 = lis r29, _mult@ha
0x00000034 = lhz r29, _mult@l(r29)
0x00000038 = mullw r5, r5, r29
0x0000003C = blr
0x02B975C = bla _pieceExchange

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "More Reward Tickets"
path = "Xenoblade Chronicles X/Mods/BLADE/More Reward Tickets"
description = Increase the Tickets gained with Squad tasks and missions. Uncapped presets ignore max tickets.
description = Increase the Tickets gained with Squad tasks and missions. Uncapped presets ignore max tickets.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Squad tasks and missions are available offline"
path = "Xenoblade Chronicles X/Mods/BLADE/Offline Squad tasks and missions"
description = Squad tasks and missions are available offline. Presets allow to select a Squad Mission, or you can use [Social > Squad Select] menu for random selection.
description = Squad tasks and missions are available offline. Presets allow to select a Squad Mission, or you can use [Social > Squad Select] menu for random selection.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Catch range mod"
path = "Xenoblade Chronicles X/Mods/Collectibles/Catch range mod"
description = Increase the distance from which collectibles are looted (no preset needed).
description = Increase the distance from which collectibles are looted (no preset needed).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,6 +2,6 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Ignore 100th"
path = "Xenoblade Chronicles X/Mods/Collectibles/Ignore 100th"
description = Do not collect if you have 99 of the items, and don't sell it (no preset needed).
description = Do not collect if you have 99 of the items, and don't sell it (no preset needed).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Armors can have 3 augment slots"
path = "Xenoblade Chronicles X/Mods/Equipment/Armors can have 3 augment slots"
description = Using L's shop, you can have 3 augment slots on your EQUIPPED armors (ground and skell).
description = Using L's shop, you can have 3 augment slots on your EQUIPPED armors (ground and skell).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Unlimited augment upgrades"
path = "Xenoblade Chronicles X/Mods/Equipment/Unlimited augment upgrades"
description = You can upgrade infinitely all the augments inside a piece of equipment.
description = You can upgrade infinitely all the augments inside a piece of equipment.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Unlock all augments"
path = "Xenoblade Chronicles X/Mods/Equipment/Unlock all augments"
description = All the augments are already known at the shop, and with the CHEAT preset they cost nothing.
description = All the augments are already known at the shop, and with the CHEAT preset they cost nothing.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Battle Points X"
path = "Xenoblade Chronicles X/Mods/Experience/Battle Points"
description = Change the amount of Battle points gained when a new level (or class level) is reached, when completing missions or exploring.
description = Change the amount of Battle points gained when a new level (or class level) is reached, when completing missions or exploring.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "BLADE Points X"
path = "Xenoblade Chronicles X/Mods/Experience/BLADE Points"
description = Change the amount of BLADE points gained in various situations.
description = Change the amount of BLADE points gained in various situations.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Class Exp Points X"
path = "Xenoblade Chronicles X/Mods/Experience/Class Exp Points"
description = Change the amount of Class Exp points gained in battle, missions, quests and exploration.
description = Change the amount of Class Exp points gained in battle, missions, quests and exploration.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Friends Points X"
path = "Xenoblade Chronicles X/Mods/Experience/Friends Points"
description = More Friends points gained when activating a Soul Voice Link during battle.
description = More Friends points gained when activating a Soul Voice Link during battle.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Inner Exp Points"
path = "Xenoblade Chronicles X/Mods/Experience/Inner Exp Points"
description = Change the amount of Inner Exp points gained in battle, missions, quests and exploration. [1.0.1E/1.0.2U]
description = Change the amount of Inner Exp points gained in battle, missions, quests and exploration. [1.0.1E/1.0.2U]|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Miranium income frequency mod"
path = "Xenoblade Chronicles X/Mods/FrontierNav/Miranium income frequency mod"
description = Affect the frequency of the FrontierNav income for the Miranium (Vanilla is every 30 minutes).
description = Affect the frequency of the FrontierNav income for the Miranium (Vanilla is every 30 minutes).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Miranium income quantity mod"
path = "Xenoblade Chronicles X/Mods/FrontierNav/Miranium income quantity mod"
description = Affect the quantity of the FrontierNav income for the Miranium.
description = Affect the quantity of the FrontierNav income for the Miranium.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Money income frequency mod"
path = "Xenoblade Chronicles X/Mods/FrontierNav/Money income frequency mod"
description = Affect the frequency of the FrontierNav income for the Money (Vanilla is 15 minutes).
description = Affect the frequency of the FrontierNav income for the Money (Vanilla is 15 minutes).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Money income quantity mod"
path = "Xenoblade Chronicles X/Mods/FrontierNav/Money income quantity mod"
description = Affect the quantity of the FrontierNav income for the Money.
description = Affect the quantity of the FrontierNav income for the Money.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -3,7 +3,7 @@ titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Xenoblade Chronicles X - FrontierNav - Probe income frequency mod"
name = "Resources income frequency mod"
path = "Xenoblade Chronicles X/Mods/FrontierNav/Resources income frequency mod"
description = Affect the frequency of the FrontierNav income for the resources (Vanilla is every 5 minutes).
description = Affect the frequency of the FrontierNav income for the resources (Vanilla is every 5 minutes).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Resources income quantity mod"
path = "Xenoblade Chronicles X/Mods/FrontierNav/Resources income quantity mod"
description = Affect the quantity of the FrontierNav income for the resources.
description = Affect the quantity of the FrontierNav income for the resources.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Camera mod (distance)"
path = "Xenoblade Chronicles X/Mods/Graphics/Camera mod (distance)"
description = Affect the default distance of the camera (Vanilla zoom is 0).
description = Affect the default distance of the camera (Vanilla zoom is 0).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "NPC info bubbles distance mod"
path = "Xenoblade Chronicles X/Mods/Graphics/NPC info bubbles distance mod"
description = Increase view distance for yellow information bubbles from NPC.
description = Increase view distance for yellow information bubbles from NPC.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Change time from eManual"
path = "Xenoblade Chronicles X/Mods/HUD/Change time from eManual"
description = Allow to change time from the eManual entry of the main menu.
description = Allow to change time from the eManual entry of the main menu.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Equipment - Best Quality"
path = "Xenoblade Chronicles X/Mods/Loot/Equipment - Always the Best Quality (X6X)"
description = Equipment looted is always of the best quality (Prime for ground gear and Intergalactic for Skells) and has always 3 augments and 3 extra free slots (no preset needed).
description = Equipment looted is always of the best quality (Prime for ground gear and Intergalactic for Skells) and has always 3 augments and 3 extra free slots (no preset needed).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Equipment - Force Count"
path = "Xenoblade Chronicles X/Mods/Loot/Equipment - Force Count"
description = Force the count of equipment looted in Silver or Gold treasures.
description = Force the count of equipment looted in Silver or Gold treasures.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Equipment - Force Type"
path = "Xenoblade Chronicles X/Mods/Loot/Equipment - Force Type"
description = Force the type of equipment looted.
description = Force the type of equipment looted.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset] ###########################################

View File

@ -2,6 +2,6 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Equipment - Ignore broken"
path = "Xenoblade Chronicles X/Mods/Loot/Equipment - Ignore broken"
description = Never get broken equipment.
description = Never get broken equipment.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Materials - Drop Ratio"
path = "Xenoblade Chronicles X/Mods/Loot/Materials - Drop Ratio"
description = Affect the materials minimum drop ratio in the loots.
description = Affect the materials minimum drop ratio in the loots.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Treasure Quality"
path = "Xenoblade Chronicles X/Mods/Loot/Treasure Quality"
description = Select the preferred treasure quality you want to loot (see readme.txt for explanation).
description = Select the preferred treasure quality you want to loot (see readme.txt for explanation).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "No Overdrive music"
path = "Xenoblade Chronicles X/Mods/Music/No Overdrive music"
description = Disable the music when Overdrive is activated.
description = Disable the music when Overdrive is activated.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,5 +2,5 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "No Skell Flight music"
path = "Xenoblade Chronicles X/Mods/Music/No Skell Flight music"
description = Disable the music when in flight.
description = Disable the music when in flight.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Jump higher"
path = "Xenoblade Chronicles X/Mods/Physics/Jump to the Moon!"
description = Increase horizontal and vertical velocity of jump (Vanilla values are 1.0 for both).
description = Increase horizontal and vertical velocity of jump (Vanilla values are 1.0 for both).|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Sprint faster"
path = "Xenoblade Chronicles X/Mods/Physics/Run Forrest, run!"
description = Increase the speed of sprint.
description = Increase the speed of sprint.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -2,7 +2,7 @@
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Force Weather"
path = "Xenoblade Chronicles X/Mods/Weather/Force Weather"
description = Force selected weather. Just select a preset and unload/reload the pack.
description = Force selected weather. Just select a preset and unload/reload the pack.|More info and help at reddit.com/r/cemu_xenoblade.
version = 4
[Preset]

View File

@ -1,11 +1,11 @@
# Description of the mods for Xenoblade Chronicles X
# Mods for Xenoblade Chronicles X
### Battle mods
- **Automatic Soul Challenges**: The Soul Challenges QTE are hidden and automatically successful (only affect ground battles , not the QTE on Skell binding and destroying).
- **Automatic Soul Challenges**: The Soul Challenges QTE are hidden and automatically successful (only affect ground battles, not the QTE on Skell binding and destroying).
- **Enemy Statistics mod**: Apply a global percent modificator on all enemies stats (HP, Melee Attack, Melee Accuracy, Ranged Attack, Ranged Accuracy, Potential and Evasion).
- **Escape distance reducer**: Reduce escape distance needed to lose aggro from enemies.
- **Ground Damage multiplicator**: Increase the ground damage dealt by your team (skells not impacted).
- **Overdrive unlocked**: Overdrive is unlocked from the beginning of the game.
- **Overdrive unlocked**: Overdrive can be used at the beginning of the game.
### BLADE mods
- **DLC quests unlocked**: DLC Support quests are unlocked and accessible as soon as you become a BLADE member.
@ -17,12 +17,15 @@
> With "Random" preset, you can change the tasks list with the main menu, Social entry and "Select Squad" entry.
### Collectibles mods
- **Catch range mod**: Increase the distance from which you catch a collectible. By default, you'll get them just when you're close enough to see the blue gem (distance increased by 40.0). There are 3 kind of distances in the game, each with a value of "Range" and "Height": "Inner" (which means when you are at foot), "Doll" (when you have a Skell at land) and "Flight" (which I believe is when you flight, generally in a Skell). All values are editable in the file patches.txt. Also note that the rarity of items is untouched.
- **Ignore 100th**: Prevent from catching a collectible when you already have 99 of them, and doesn't sell it. This is for endgame runs in which you have plenty of money, many collectibles and doesn't want to be spammed with selling messages when you walk around in the world.
- **Catch range mod**: Increase the distance from which you catch a collectible.
> By default, you'll get them just when you're close enough to see the blue gem (distance increased by 40.0). There are 3 kind of distances in the game, each with a value of "Range" and "Height": "Inner" (which means when you are at foot), "Doll" (when you have a Skell at land) and "Flight" (which I believe is when you flight, generally in a Skell). All values are editable in the file patches.txt. Also note that the rarity of items is untouched.
- **Ignore 100th**: Prevent from catching a collectible when you already have 99 of them, and doesn't sell it.
> This is for endgame runs in which you have plenty of money, many collectibles and doesn't want to be spammed with selling messages when you walk around in the world.
### Equipment mods
- **Armors can have 3 augment slots**: Using L' shop, you can have a maximum of 3 augment slots on any of your **equipped** ground or skell armor (right now this won't work on unequipped).
- **Unlimited augment upgrades**: Allow you to infinitely upgrade all the augments inside a piece of equipment (as long as you have the resources of course). The "Cheat" preset ignores all requirements. **Warning**: with low level armors the max level for augments is 17, if you try to upgrade once more you'll get back to level 1! So far I was unable to understand this strange behavior.
- **Unlimited augment upgrades**: Allow you to infinitely upgrade all the augments inside a piece of equipment (as long as you have the resources of course). The "Cheat" preset ignores all requirements.
> **Warning**: with low level armors the max level for augments is 17, if you try to upgrade once more you'll get back to level 1! So far I was unable to understand this strange behavior.
- **Unlock all augments**: All augments are known in the BLADE shop. As usual, the "Cheat" preset ignores all requirements for crafing (useful for build testing).
### Experience mods
@ -52,8 +55,7 @@
- **Equipment - Ignore broken**: Get rid of those broken equipments!
- **Materials - Drop ratio mod**: Set a minimum drop ratio for materials.
- **Treasure Quality**: Select the treasure quality you want to loot (bronze, silver, gold or no chest at all if you just want to kill a lot of monsters quickly without loot).
> Difference between regular and "FORCED" presets:
> It's a bit tricky to explain, but here's how the game selects the chest quality:
> You can choose between regular and "FORCED" presets. Difference between them is a bit tricky to explain, but here's how the game selects the chest quality:
> 1 - Calculate luck for gold chest, if success exit with gold quality, else process next step
> 2 - Calculate luck for silver chest, if success exit with silver quality, else process next step
> 3 - Calculate luck for bronze chest, if success exit with bronze quality, else process next step
@ -74,5 +76,5 @@
- **Force weather**: Force selected weather. Just select a preset and unload/reload the pack.
### Requirements
The most important requirement is of course Cemuhook. All my mods have been tested and are known to work with Cemuhook **0.5.7.3**.
The most important requirement is of course cemuhook. Mods have been tested and are known to work with cemuhook **0.5.7.3**.
All mods are compatibles with Xenoblade versions **1.0.1E** and **1.0.2U** (some of them with 1.0.1U), and are not supposed to impact savegames but be sure to make save backup just in case!